Drop table Orders;CREATE TABLE Orders( ID SMALLINT UNSIGNED NOT NULL, ModelID SMALLINT UNSIGNED NOT NULL, Desciption VARCHAR(40), PRIMARY KEY (ID));Describe Orders;
Name (required)
email (will not be published) (required)
Website