MCQOPTIONS
Saved Bookmarks
| 1. |
Let the statementSELECT column1 FROM myTable;return 10 rows. The statementSELECT 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 | |