Q.

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

A. select * from r natural join s
B. select * from r cross join s
C. select * from r union join s
D. select * from r inner join s
Answer» B. select * from r cross join s
1.7k
0
Do you find this helpful?
17

Discussion

No comments yet

Related MCQs