InterviewSolution
Saved Bookmarks
| 1. |
The join in which all the rows from the right table appear in the output irrespective of the content of the other table is ___________(a) CARTESIAN JOIN(b) CROSS JOIN(c) INNER JOIN(d) RIGHT JOINThis question was addressed to me in an interview for internship.The doubt is from Performing Multiple topic in division Using SQL to Manage Data of MySQL |
|
Answer» The correct option is (d) RIGHT JOIN |
|