You can use the following request to insert a row for the new employee named Smith in the employee table.
INSERT INTO employee (name, empno, deptno, dob, gender, edlev) VALUES ('SMITH T', 10021, 700, 460729, 'F', 16);
You can use the following request to insert a row for the new employee named Smith in the employee table.
INSERT INTO employee (name, empno, deptno, dob, gender, edlev) VALUES ('SMITH T', 10021, 700, 460729, 'F', 16);