InterviewSolution
Saved Bookmarks
| 1. |
Which subquery returns a single value?(a) scalar(b) column(c) row(d) tableThis question was posed to me in unit test.My doubt stems from Performing Multiple in section Using SQL to Manage Data of MySQL |
|
Answer» The correct ANSWER is (a) SCALAR |
|