- Sysdate is a pseudo column that contains the current date and time.- It requires no arguments when selected from the table DUAL and returns the current date.SELECT sysdate FROM dual;