211

an anonymous user · March 19, 2023
CREATE TABLE STAFF09(
EMP_ID int,
NAME char(20),
CITY char(20),
DEPT int
)
Output
(Run the program to view its output)

Comments

Please sign up or log in to contribute to the discussion.