DROP TABLE table_name29> CREATE TABLE customer30> (31> name char(30),32> phone char(12),33> emp_id char(4)34> )35> GO1>2> drop table customer;3> GO1>