CBSE Class 12 Informatics Practices Question 61 of 81

MySQL Functions — Question 12

Back to all questions
12
Question

Question 5

Write commands to display the system date.

Answer
SELECT SYSDATE();
Output
+---------------------+
| SYSDATE()           |
+---------------------+
| 2024-05-20 15:31:25 |
+---------------------+