CBSE Class 12 Computer Science Question 65 of 79

Table Creation and Data Manipulation Commands — Question 11

Back to all questions
11
Question

Question 11

Insert a record of your choice in table Empl. Make sure not to enter Grade.

Answer
INSERT INTO Empl (EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO)
VALUES (12345, 'DEEPAK', 'CLERK', 8902, '1990-12-18', 8000, 200, 10);