|
Explanation: subquery can retrieve zero or more rows, subquery is used with an inequality camparison operator in the outer SQL statement, the column list in the SELECT clause of the subquery should contain only one column. Incorrect answer : 1: subquery can retrieve zero or more rows 3: subquery is not SQL query statement 4: subquery can be nested 5: group function can be use with subquery
|