MCQOPTIONS
Saved Bookmarks
| 1. |
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» C. select * from r union join s | |