📚 Practice Mode

Test 2 - Databases | Computer Science(CS)

Learn at your own pace with hints and detailed explanations

1 / 26
Multiple Choice

Given relations r(w,x) and s(y,z), the result of select distinct w,x from r,s is guaranteed to be the same as r, provided

  1. r has no duplicate and s is non empty
  2. r and s have no duplicate
  3. s has no duplicate and r is non empty
  4. r and s have the same number of tuples