Home » MYSQL » Mysql miscellaneous » Question
  1. How many of the following do not return rows?
    SELECT, SHOW, DESCRIBE
    1. 3
    2. 2
    3. 1
    4. 0
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.