MCQOPTIONS
Saved Bookmarks
| 1. |
Given relations R(w, x) and S(y, z), the result of SELECT DISTINCT w, x from R, S is guaranteed to be same as R, provided. |
| A. | R has no duplicates and S is non-empty |
| B. | R and S have no duplicates |
| C. | S has no duplicates and R is non-empty |
| D. | R and S has same number of tuples |
| Answer» B. R and S have no duplicates | |