InterviewSolution
Saved Bookmarks
| 1. |
SQL subqueries that can occur wherever a value is permitted provided the subquery gives only one tuple with a single attribute are called _________(a) Exact Subqueries(b) Vector Subqueries(c) Positive Subqueries(d) Scalar Subqueries |
|
Answer» The correct choice is (d) Scalar Subqueries The explanation is: SQL subqueries that can occur wherever a value is permitted provided the subquery gives only one tuple with a single attribute are called Scalar subqueries. Scalar Subqueries can be used in the SQL update statement when they are used under the set clause. |
|