Introduction to SQL
Let the statementSELECT column1 FROM myTable;return 10 rows. The statementSELECT ALL column1 FROM myTable;will return

more than 10 rows
exactly 10 rows
None of these
less than 10 rows

ANSWER DOWNLOAD EXAMIANS APP