Informatics Practices

Write commands to display the system date.

SQL Queries

1 Like

Answer

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

Answered By

1 Like


Related Questions