InterviewSolution
Saved Bookmarks
| 1. |
Suppose it is desired that UNION operation should return not more than 3 rows. Which keyword is used for this?(a) LIMIT(b) RESTRICT(c) COUNT(d) SORTThis question was posed to me in a national level competition.This is a very interesting question from Performing Multiple topic in section Using SQL to Manage Data of MySQL |
|
Answer» The correct ANSWER is (a) LIMIT |
|