CREATE TABLE Employee( Employee_id int, First_name varchar (50), Last_name varchar (50), Age int, Gender varchar (10))
(Run the program to view its output)
Comments