A subquery can retrieve zero or more rows
Only two subqueries can be placed atone level
A subquery can be used only in SQL query statements
A subquery can appear on either side of a comparison operator
There is no limit on the number of subquery levels in the WHERE clause of a SELECT statement
第1题:
Which three statements are true regarding subqueries?()
第2题:
Which two statements are true about WHERE and HAVING clauses? ()
第3题:
A. It is built by Automatic Tuning Optimizer.
B. It cannot be stored persistently in the data dictionary.
C. It can be used by the query optimizer automatically.
D. It can be created manually by using the CREATE PROFILE command.
第4题:
Which two statements regarding a SQL profile are true?()
第5题:
Which three statements about subqueries are true? ()
第6题:
Which two statements are true regarding views?()
第7题:
Which two statements about subqueries are true? ()
第8题:
A. The main query executes with the first value returned by the subquery.
B. The main query executes with the last value returned by the subquery.
C. The main query executes with all the values returned by the subquery.
D. The main query fails because the multiple-row subquery cannot be used with the comparison operator.
E. You cannot define a multiple-row subquery in the WHERE clause of a SQL query.
第9题:
Which three statements about subqueries are true?()
第10题:
You define a multiple-row subquery in the WHERE clause of an SQL query with a comparison operator "=". What happens when the main query is executed? ()