Home » MYSQL » MySQL Functions » Question
  1. Which statement can produce the same output as ‘SHOW COLUMNS’?
    1. GET
    2. SEE
    3. DISPLAY
    4. DESCRIBE
    5. None of these
Correct Option: D

The ‘DESCRIBE’ statement with a table name or view name produces the same kind of output as the ‘SHOW COLUMNS’ statement. The ‘SHOW’ entry can be referred to for further information.



Your comments will be displayed only after manual approval.