Q:

In SQL the statement select * from R, S is equivalent to

belongs to collection: DBMS - SQL MCQ

0

In SQL the statement select * from R, S is equivalent to


  1. Select * from R natural join S
  2. Select * from R cross join S
  3. Select * from R union join S
  4. Select * from R inner join S

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (b).Select * from R cross join S

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which join condition contains an equality operator... >>
<< Which join refers to join records from the right t...