In SQL the statement select * from R, S is equival

Loading

โœช Choose the correct option.

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

Leave a Comment