

MCQOPTIONS
Saved Bookmarks
1. |
Let the statement SELECT column1 FROM myTable; return 10 rows. The statement SELECT ALL column1 FROM myTable; will return |
A. | less than 10 rows |
B. | more than 10 rows |
C. | exactly 10 rows |
D. | None of these |
Answer» D. None of these | |