πŸ“Š MySQL
Q. Mysql command line tool is used to show "how many rows are returned and how long SQL command took to execute".
  • (A) True
  • (B) WHERE
  • (C) Undetermined
  • (D) Depend
πŸ’¬ Discuss
βœ… Correct Answer: (C) Undetermined

Explanation: True: The MySQL command-line tool provides functionality to display the number of rows returned by a query and the execution time of SQL commands. By default, after executing a query, the MySQL command-line tool displays the number of rows affected (for INSERT, UPDATE, DELETE statements) or the number of rows returned (for SELECT statements). Additionally, MySQL provides options like SHOW WARNINGS and SHOW STATUS to display various details including execution time.

Explanation by: Sonali Mishra
True: The MySQL command-line tool provides functionality to display the number of rows returned by a query and the execution time of SQL commands. By default, after executing a query, the MySQL command-line tool displays the number of rows affected (for INSERT, UPDATE, DELETE statements) or the number of rows returned (for SELECT statements). Additionally, MySQL provides options like SHOW WARNINGS and SHOW STATUS to display various details including execution time.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
75
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Sonali Mishra
Publisher
πŸ“ˆ
86%
Success Rate