Title | |
---|---|
A Sub query is an SQL expression that is placed ________ another SQL statementA Sub query is an SQL expression that is placed ________ another SQL statement.
The answer is:
C. Inside
|
|
With which of the following statement(s) can the SQL sub queries be used?With which of the following statement(s) can the SQL sub queries be used?
The answer is:
D. All of the above
|
|
Whenever a sub query appears in SQL, it is enclosed within ___________ and placed to the _____ of the SQL operatorsWhenever a sub query appears in SQL, it is enclosed within ___________ and placed to the _____ of the SQL operators.
The answer is:
D. Parenthesis, Right
|
|
Which of the following clause cannot be used in SQL sub queries?Which of the following clause cannot be used in SQL sub queries?
The answer is:
B. ORDER BY
|
|
In order to prevent multiple records from being returned by the sub query, _______ must be used before the sub queryIn order to prevent multiple records from being returned by the sub query, _______ must be used before the sub query.
The answer is:
B. Multiple Value Operators
|
|
The _________ operator cannot be used with the sub query, but within itThe _________ operator cannot be used with the sub query, but within it.
The answer is:
C. BETWEEN
|
|
An SQL ____ is a virtual table, whose contents are based on the SQL statement's resultsAn SQL ____ is a virtual table, whose contents are based on the SQL statement's results.
The answer is:
C. View
|
|
We can create View in SQL using –We can create View in SQL using –
The answer is:
B. CREATE VIEW statement
|
|
What is TRUE about UPDATE in SQL VIEW?What is TRUE about UPDATE in SQL VIEW?
The answer is:
D. All of the above
|
|
When SELECT statements used to create Views contain ______________ clauses, the views cannot be updatedWhen SELECT statements used to create Views contain ______________ clauses, the views cannot be updated.
The answer is:
D. All of the above
|
MCQs
Views
Best Answers
Points