DATETIME: Combination of DATE and TIME in the form '2003-12-31 23:59:59' (8 bytes)
mysql> mysql> mysql> CREATE TABLE employee( -> id INT, -> startDate DATETIME -> ); Query OK, 0 rows affected (0.00 sec) mysql> mysql> drop table employee; Query OK, 0 rows affected (0.00 sec)