Q:

Let the statement

belongs to collection: DBMS - SQL MCQ

0

Let the statement
SELECT column1 FROM myTable;
return 10 rows. The statement
SELECT ALL column1 FROM myTable;
will return


  1. less than 10 rows
  2. more than 10 rows
  3. exactly 10 rows
  4. None of these

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(c).exactly 10 rows

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Table employee has 10 records. It has a non-NULL S... >>
<< If a query involves NOT, AND, OR with no parenthes...