πŸ“Š MySQL
Q. What will be the output of the following SQL statement?
SELECT *
FROM person;
  • (A) Show all rows and columns of table "person"
  • (B) Show all rows of table "person"
  • (C) Show all columns of table "person"
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) Show all rows and columns of table "person"

Explanation: This question is about how to retrieve data from a table in MySQL.

Explanation by: Ravi Shankar
This question is about how to retrieve data from a table in MySQL.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
73
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Ravi Shankar
Publisher
πŸ“ˆ
99%
Success Rate