InterviewSolution
Saved Bookmarks
| 1. |
To combine multiple retrievals, we write several SELECT statements and put the keyword between them. What is the keyword?(a) COMBINE(b) CONCAT(c) JOIN(d) UNIONI have been asked this question in an internship interview.The origin of the question is Performing Multiple in division Using SQL to Manage Data of MySQL |
|
Answer» The CORRECT answer is (d) UNION |
|