CBSE Class 12 Informatics Practices Question 50 of 79

Database Query using SQL — Question 8

Back to all questions
8
Question

Question 8

Write commands to display the system date.

Answer
SELECT SYSDATE();
Output
+---------------------+
| SYSDATE()           |
+---------------------+
| 2024-06-14 11:56:41 |
+---------------------+