

MCQOPTIONS
Saved Bookmarks
1. |
The below query is equivalent to ____________ |
A. | Select * from student inner join takes using (ID); |
B. | Select * from student outer join takes using (ID); |
C. | Select * from student left outer join takes using (ID); |
D. | All of the mentioned |
Answer» B. Select * from student outer join takes using (ID); | |