Database-Management-System
August 29, 2024Database-Management-System
August 29, 2024Database-Management-System
|
Question 736
|
Given relations R(w,x) and S(y,z) the result of SELECT DISTINCT w,x from R,S
|
R has no duplicates and S is non empty
|
|
|
R and S have no duplicates
|
|
|
S has no duplicates and R is non empty
|
|
|
R and S has the same number of tuples
|
Question 736 Explanation:
r has no duplicate, if r can have duplicates it can be remove in the final state. s in non-empty if s is empty then r*s becomes empty.
Correct Answer: A
Question 736 Explanation:
r has no duplicate, if r can have duplicates it can be remove in the final state. s in non-empty if s is empty then r*s becomes empty.
