Report Bug
Qus : What is the purpose of the SQL SHOW COLUMNS FROM table_name statement?
QusSQL SHOW COLUMNS FROM table_name कथन का उद्देश्य क्या है?

A. Displays the structure of a table
B. Shows the relationships between tables
C. Lists all columns in a table
D. Retrieves the values in a specific column


Solution
C. Lists all columns in a table






Report Bug