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 JOINI had been asked this question in examination.My doubt is from Functions in portion Data Type Reference, Operators and Functions of MySQL |
|
Answer» Right OPTION is (d) RIGHT JOIN |
|