πŸ“Š MySQL
Q. How do you select all the columns from a table?
  • (A) SELECT all FROM table;
  • (B) SELECT columns FROM table;
  • (C) SELECT * FROM table;
  • (D) GET * FROM table;
πŸ’¬ Discuss
βœ… Correct Answer: (C) SELECT * FROM table;

Explanation: `SELECT *` selects all columns from the specified table.

Explanation by: Mr. Dubey
`SELECT *` selects all columns from the specified table.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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