-- Create a table with the following columns. -- Employee(ID ,DEPTID,NAME,DESIG,BASIC,SEX) -> ID is PRIMARY KEY CREATE TABLE EMPLOYEE(id INT NOT NULL, dept_id INT, name varchar(20), desig varchar(20), ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results