Oracle Database 11g: SQL Fundamentals I — Question 6

Which two statements about sub queries are true? (Choose two.)

Answer options

Correct answer: B, F

Explanation

Option B is correct because a sub query can indeed return zero, one, or multiple rows based on the conditions. Option F is also correct, as using an inequality comparison requires the sub query to select only one column to ensure proper evaluation. The other options are incorrect because they either impose unnecessary restrictions on sub queries or misrepresent their capabilities.