Employee detail

an anonymous user · March 19, 2023
CREATE TABLE Employee(
Employee_id int,
First_name varchar (50),
Last_name varchar (50),
Age int,
Gender varchar (10))
Output
(Run the program to view its output)

Comments

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