A
A
A
14 rows selected.
20 RESEARCH DALLAS
30 SALES CHICAGO
40 OPERATIONS BOSTON
50 IT CALIFORNIA
1 row updated.
1 row updated.
1 row updated.
1 row updated.
1 row updated.
1 row updated.
1 row updated.
1 row updated.
1 row updated.
1 row updated.
1 row updated.
1 row updated.
SQL> update emp19 set sno=13 where empno=7900;
1 row updated.
1 row updated.
14 rows selected.
no rows selected
SNO ENAME
---------- ----------
2 BLAKE
4 JONES
6 FORD
8 ALLEN
10 MARTIN
12 ADAMS
14 MILLER
7 rows selected.
7 rows selected.
7 rows selected.
7 rows selected.
Table created.
SQL> INSERT INTO AGENTS VALUES ('1', 'Ramasundar', 'Bangalore', '0.15', '077-
25814763', '');
1 row created.
SQL> INSERT INTO AGENTS VALUES ('2', 'Alex ', 'London', '0.13', '075-12458969',
'');
1 row created.
SQL> INSERT INTO AGENTS VALUES ('A008', 'Alford', 'New York', '0.12', '044-
25874365', '');
1 row created.
SQL> INSERT INTO AGENTS VALUES ('3', 'Ravi Kumar', 'Bangalore', '0.15', '077-
45625874', '');
1 row created.
SQL> INSERT INTO AGENTS VALUES ('4', 'Santakumar', 'Chennai', '0.14', '007-
22388644', '');
1 row created.
SQL> INSERT INTO AGENTS VALUES ('5', 'Lucida', 'San Jose', '0.12', '044-52981425',
'');
1 row created.
1 row deleted.
SQL> select * from agents;
3 rows deleted.