create table test_table (ord number,person_no number , flag number)
Table created.
insert into test_table values (2999362,3754090,10)
1 row(s) inserted.
insert into test_table values (2999362,3807718,8)
1 row(s) inserted.
insert into test_table values (2999362,3991003,9)
1 row(s) inserted.
insert into test_table values (2999362,5475332,7)
1 row(s) inserted.
insert into test_table values (2999362,5475332,5)
1 row(s) inserted.
insert into test_table values (2999362 ,10750089,4)
1 row(s) inserted.
insert into test_table values (2999362, 11150508,6)
1 row(s) inserted.
insert into test_table values (2999362, 12158176,3)
1 row(s) inserted.
insert into test_table values (2999362, 21065699,1)
1 row(s) inserted.
insert into test_table values (2999362, 21065699,2)
1 row(s) inserted.
create table test_table (ord number,person_no number , flag number)
ORA-00955: name is already used by an existing objectMore Details: https://docs.oracle.com/error-help/db/ora-00955
insert into test_table values (2999362,3754090,10)
1 row(s) inserted.
insert into test_table values (2999362,3807718,8)
1 row(s) inserted.
insert into test_table values (2999362,3991003,9)
1 row(s) inserted.
insert into test_table values (2999362,5475332,7)
1 row(s) inserted.
insert into test_table values (2999362,5475332,5)
1 row(s) inserted.
insert into test_table values (2999362 ,10750089,4)
1 row(s) inserted.
insert into test_table values (2999362, 11150508,6)
1 row(s) inserted.
insert into test_table values (2999362, 12158176,3)
1 row(s) inserted.
insert into test_table values (2999362, 21065699,1)
1 row(s) inserted.
insert into test_table values (2999362, 21065699,2)
1 row(s) inserted.
commit
Statement processed.
create table test_table (ord number,person_no number , flag number)
ORA-00955: name is already used by an existing objectMore Details: https://docs.oracle.com/error-help/db/ora-00955
insert into test_table values (2999362,3754090,10)
1 row(s) inserted.
insert into test_table values (2999362,3807718,8)
1 row(s) inserted.
insert into test_table values (2999362,3991003,9)
1 row(s) inserted.
insert into test_table values (2999362,5475332,7)
1 row(s) inserted.
insert into test_table values (2999362,5475332,5)
1 row(s) inserted.
insert into test_table values (2999362 ,10750089,4)
1 row(s) inserted.
insert into test_table values (2999362, 11150508,6)
1 row(s) inserted.
insert into test_table values (2999362, 12158176,3)
1 row(s) inserted.
insert into test_table values (2999362, 21065699,1)
1 row(s) inserted.
insert into test_table values (2999362, 21065699,2)
1 row(s) inserted.
commit
Statement processed.
select * from test_table
ORD | PERSON_NO | FLAG | 2999362 | 3754090 | 10 | 2999362 | 3807718 | 8 | 2999362 | 3991003 | 9 | 2999362 | 5475332 | 7 | 2999362 | 5475332 | 5 | 2999362 | 10750089 | 4 | 2999362 | 11150508 | 6 | 2999362 | 12158176 | 3 | 2999362 | 21065699 | 1 | 2999362 | 21065699 | 2 | 2999362 | 3754090 | 10 | 2999362 | 3807718 | 8 | 2999362 | 3991003 | 9 | 2999362 | 5475332 | 7 | 2999362 | 5475332 | 5 | 2999362 | 10750089 | 4 | 2999362 | 11150508 | 6 | 2999362 | 12158176 | 3 | 2999362 | 21065699 | 1 | 2999362 | 21065699 | 2 | 2999362 | 3754090 | 10 | 2999362 | 3807718 | 8 | 2999362 | 3991003 | 9 | 2999362 | 5475332 | 7 | 2999362 | 5475332 | 5 | 2999362 | 10750089 | 4 | 2999362 | 11150508 | 6 | 2999362 | 12158176 | 3 | 2999362 | 21065699 | 1 | 2999362 | 21065699 | 2 |
---|
create table test_table (ord number,person_no number , flag number)
ORA-00955: name is already used by an existing objectMore Details: https://docs.oracle.com/error-help/db/ora-00955
insert into test_table values (2999362,3754090,10)
1 row(s) inserted.
insert into test_table values (2999362,3807718,8)
1 row(s) inserted.
insert into test_table values (2999362,3991003,9)
1 row(s) inserted.
insert into test_table values (2999362,5475332,7)
1 row(s) inserted.
insert into test_table values (2999362,5475332,5)
1 row(s) inserted.
insert into test_table values (2999362 ,10750089,4)
1 row(s) inserted.
insert into test_table values (2999362, 11150508,6)
1 row(s) inserted.
insert into test_table values (2999362, 12158176,3)
1 row(s) inserted.
insert into test_table values (2999362, 21065699,1)
1 row(s) inserted.
insert into test_table values (2999362, 21065699,2)
1 row(s) inserted.
commit
Statement processed.
delete from test_table
40 row(s) deleted.
insert into test_table values (2999362,3754090,10)
1 row(s) inserted.
insert into test_table values (2999362,3807718,8)
1 row(s) inserted.
insert into test_table values (2999362,3991003,9)
1 row(s) inserted.
insert into test_table values (2999362,5475332,7)
1 row(s) inserted.
insert into test_table values (2999362,5475332,5)
1 row(s) inserted.
insert into test_table values (2999362 ,10750089,4)
1 row(s) inserted.
insert into test_table values (2999362, 11150508,6)
1 row(s) inserted.
insert into test_table values (2999362, 12158176,3)
1 row(s) inserted.
insert into test_table values (2999362, 21065699,1)
1 row(s) inserted.
insert into test_table values (2999362, 21065699,2)
1 row(s) inserted.
commit
Statement processed.
create table test_table (ord number,person_no number , flag number)
ORA-00955: name is already used by an existing objectMore Details: https://docs.oracle.com/error-help/db/ora-00955
insert into test_table values (2999362,3754090,10)
1 row(s) inserted.
insert into test_table values (2999362,3807718,8)
1 row(s) inserted.
insert into test_table values (2999362,3991003,9)
1 row(s) inserted.
insert into test_table values (2999362,5475332,7)
1 row(s) inserted.
insert into test_table values (2999362,5475332,5)
1 row(s) inserted.
insert into test_table values (2999362 ,10750089,4)
1 row(s) inserted.
insert into test_table values (2999362, 11150508,6)
1 row(s) inserted.
insert into test_table values (2999362, 12158176,3)
1 row(s) inserted.
insert into test_table values (2999362, 21065699,1)
1 row(s) inserted.
insert into test_table values (2999362, 21065699,2)
1 row(s) inserted.
commit
Statement processed.
select * from test_table
ORD | PERSON_NO | FLAG | 2999362 | 3754090 | 10 | 2999362 | 3807718 | 8 | 2999362 | 3991003 | 9 | 2999362 | 5475332 | 7 | 2999362 | 5475332 | 5 | 2999362 | 10750089 | 4 | 2999362 | 11150508 | 6 | 2999362 | 12158176 | 3 | 2999362 | 21065699 | 1 | 2999362 | 21065699 | 2 | 2999362 | 3754090 | 10 | 2999362 | 3807718 | 8 | 2999362 | 3991003 | 9 | 2999362 | 5475332 | 7 | 2999362 | 5475332 | 5 | 2999362 | 10750089 | 4 | 2999362 | 11150508 | 6 | 2999362 | 12158176 | 3 | 2999362 | 21065699 | 1 | 2999362 | 21065699 | 2 |
---|
select * from test_table
ORD | PERSON_NO | FLAG | 2999362 | 3754090 | 10 | 2999362 | 3807718 | 8 | 2999362 | 3991003 | 9 | 2999362 | 5475332 | 7 | 2999362 | 5475332 | 5 | 2999362 | 10750089 | 4 | 2999362 | 11150508 | 6 | 2999362 | 12158176 | 3 | 2999362 | 21065699 | 1 | 2999362 | 21065699 | 2 | 2999362 | 3754090 | 10 | 2999362 | 3807718 | 8 | 2999362 | 3991003 | 9 | 2999362 | 5475332 | 7 | 2999362 | 5475332 | 5 | 2999362 | 10750089 | 4 | 2999362 | 11150508 | 6 | 2999362 | 12158176 | 3 | 2999362 | 21065699 | 1 | 2999362 | 21065699 | 2 |
---|
delete from test_table
20 row(s) deleted.
commit
Statement processed.
select * from test_table
no data found
insert into test_table values (2999362,3754090,10)
1 row(s) inserted.
insert into test_table values (2999362,3807718,8)
1 row(s) inserted.
insert into test_table values (2999362,3991003,9)
1 row(s) inserted.
insert into test_table values (2999362,5475332,7)
1 row(s) inserted.
insert into test_table values (2999362,5475332,5)
1 row(s) inserted.
insert into test_table values (2999362 ,10750089,4)
1 row(s) inserted.
insert into test_table values (2999362, 11150508,6)
1 row(s) inserted.
insert into test_table values (2999362, 12158176,3)
1 row(s) inserted.
insert into test_table values (2999362, 21065699,1)
1 row(s) inserted.
insert into test_table values (2999362, 21065699,2)
1 row(s) inserted.
select * from test_table
ORD | PERSON_NO | FLAG | 2999362 | 3754090 | 10 | 2999362 | 3807718 | 8 | 2999362 | 3991003 | 9 | 2999362 | 5475332 | 7 | 2999362 | 5475332 | 5 | 2999362 | 10750089 | 4 | 2999362 | 11150508 | 6 | 2999362 | 12158176 | 3 | 2999362 | 21065699 | 1 | 2999362 | 21065699 | 2 |
---|
commit
Statement processed.
select * from test_table
ORD | PERSON_NO | FLAG | 2999362 | 3754090 | 10 | 2999362 | 3807718 | 8 | 2999362 | 3991003 | 9 | 2999362 | 5475332 | 7 | 2999362 | 5475332 | 5 | 2999362 | 10750089 | 4 | 2999362 | 11150508 | 6 | 2999362 | 12158176 | 3 | 2999362 | 21065699 | 1 | 2999362 | 21065699 | 2 |
---|