πŸ“Š MySQL
Q. What column names are displayed when this SQL command is executed?
SHOW COLUMNS FROM tbl_name LIKE '%name';
  • (A) suffixed with 'name'
  • (B) prefixed with 'name'
  • (C) suffixed with '%name'
  • (D) prefixed with '%name'
πŸ’¬ Discuss
βœ… Correct Answer: (A) suffixed with 'name'

Explanation: This SQL command is used to get information about the columns of a table.

Explanation by: Kiran Rapria
This SQL command is used to get information about the columns of a table.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
83
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Kiran Rapria
Publisher
πŸ“ˆ
84%
Success Rate