InterviewSolution
Saved Bookmarks
| 1. |
SELECT on a MERGE table is like _____________(a) UNION ALL(b) UNION(c) UNION DISTINCT(d) JOINThis question was addressed to me in an online interview.I need to ask this question from Performing Multiple in chapter Using SQL to Manage Data of MySQL |
|
Answer» The correct ANSWER is (a) UNION ALL |
|