DML Commands: To Create An Employee Table
DML Commands: To Create An Employee Table
DML Commands: To Create An Employee Table
SELECT COMMANDS
Deptno
30
20
10
Update command
Delete command
SQL>delete from employee where deptno=30;5 rows deleted
SQL>select * from employee;
EMPNO ENAME JOB DOB SALARY COMM DEPTNO
7399 Asant salesman 20-FEB-81 1600 300 20
7611 scott Hod 12-JUN-76 3000 10 10
7369 Smith clerk 17- DEC-80 800 1000 20