πŸ“Š MySQL
Q. In the following SQL command "*" stands for?
SELECT * FROM person;
  • (A) Retrieve all data from the table
  • (B) Error
  • (C) Retrieve NULL data
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) Retrieve all data from the table

Explanation: This question asks about the meaning of the asterisk (*) symbol in a SQL query.

Explanation by: Vikash Gupta
This question asks about the meaning of the asterisk (*) symbol in a SQL query.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
89
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vikash Gupta
Publisher
πŸ“ˆ
95%
Success Rate