-
Which statement can produce the same output as ‘SHOW COLUMNS’?
-
- GET
- SEE
- DISPLAY
- DESCRIBE
- 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.