πŸ“Š MySQL
Q. Which command gives you the structure of a table?
  • (A) SHOW ALL FROM table;
  • (B) SHOW COLUMNS FROM table;
  • (C) DESCRIBE table;
  • (D) LIST table;
πŸ’¬ Discuss
βœ… Correct Answer: (C) DESCRIBE table;

Explanation: `DESCRIBE table;` shows column definitions and other metadata.

Explanation by: Mr. Dubey
`DESCRIBE table;` shows column definitions and other metadata.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
54
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
87%
Success Rate