πŸ“Š MySQL
Q. How many of the following return rows?
SELECT, SHOW, DESCRIBE
  • (A) 0
  • (B) COMPOSITE_MODE
  • (C) 2
  • (D) 3
πŸ’¬ Discuss
βœ… Correct Answer: (C) 2

Explanation: SELECT: This statement is used to retrieve data from one or more tables in a database. It returns rows containing the selected data based on the specified conditions. Therefore, SELECT returns rows.

Explanation by: Pooja
SELECT: This statement is used to retrieve data from one or more tables in a database. It returns rows containing the selected data based on the specified conditions. Therefore, SELECT returns rows.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
65
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Pooja
Publisher
πŸ“ˆ
90%
Success Rate