How many of the following return rows? SELECT, SHOW, DESCRIBE
3
2
1
0
None of these
Correct Option: A
In MySQL, it is important to note that ‘SELECT’ is not the only statement that returns some rows. Statements like ‘SHOW’, ‘DESCRIBE’, ‘EXPLAIN’ and ‘CHECK TABLE’ do so as well.