CREATE TABLE STAFF09( EMP_ID int, NAME char(20), CITY char(20), DEPT int )
(Run the program to view its output)
Comments