Home / CSE MCQs / DBMS MCQs :: Discussion

Discussion :: DBMS MCQs

  1. In SQL the statement select * from R, S is equivalent to
  2. 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

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Select * from R cross join S


Be The First To Comment