InterviewSolution
Saved Bookmarks
| 1. |
Say True or False. Give explanation if False.A single row subquery returns only one row from the outer SELECT statement |
|
Answer» False. A single row subquery returns only one row from the inner SELECT statement. |
|