Q. To know your MYSQL version and current date which of the following command you should use?

  • (A) VERSION, CURRENT_DATE();
  • (B) SELECT VERSION, CURRENTDATE();
  • (C) SELECT VERSION(), CURRENT_DATE;
  • (D) SELECT VERSON(),CURRENT_DATE();
πŸ’¬ Discuss
βœ… Correct Answer: (C) SELECT VERSION(), CURRENT_DATE;
Explanation: SELECT VERSION (), CURRENT_DATE; is the command to check the current MYSQL version and date.
Explanation by: Jatin Dubey
SELECT VERSION (), CURRENT_DATE; is the command to check the current MYSQL version and date.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
323
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Jatin Dubey
Publisher
πŸ“ˆ
93%
Success Rate