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
less than 10 rows
None of these

ANSWER DOWNLOAD EXAMIANS APP