Question: 16) Write the output of the 4th SQL statement. (5) 1. CREATE TABLE EMPLOYEE EmpID Integer PRIMARY KEY, EmpName Char(25) NOT NULL, DeptID Integer NOT
16) Write the output of the 4th SQL statement. (5) 1. CREATE TABLE EMPLOYEE EmpID Integer PRIMARY KEY, EmpName Char(25) NOT NULL, DeptID Integer NOT NULI 2. INSERT INTO EMPLOYEE VALUES(1, "Tom', 12); 3. INSERT INTO EMPLOYEE (EmpID, DeptID) VALUES (3, 11); 4. SELECT EmpID FROM EMPLOYEE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
