Drop table Employee;CREATE TABLE Employee( AuthID SMALLINT UNSIGNED NOT NULL, YearBorn YEAR NOT NULL, CityBorn VARCHAR(40) NOT NULL DEFAULT 'Unknown')ENGINE=INNODB;Describe Employee;
Name (required)
email (will not be published) (required)
Website