Write commands to display the system date.
SELECT SYSDATE();
+---------------------+ | SYSDATE() | +---------------------+ | 2024-05-20 15:31:25 | +---------------------+