I\'m new to SQL, I want to create a table, I see an example:
DROP TABLE IF EXISTS `aaa`; CREATE TABLE `aaa` ( `date` datetime DEFAULT NULL, `id` varchar(200)