Home » MYSQL » Mysql Compound Statements » Question
  1. How many of the following return rows?
    SELECT, SHOW, DESCRIBE
    1. 3
    2. 2
    3. 1
    4. 0
    5. 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.



Your comments will be displayed only after manual approval.