Write commands to display the system date.
SELECT SYSDATE();
+---------------------+ | SYSDATE() | +---------------------+ | 2024-06-14 11:56:41 | +---------------------+