Ho to insert no. of records at a time..i mean i want to
insert 100 records at a time into a table
Answer Posted / raghavendra
insert into table 1 value (select * from table2 where
rownum<101 )
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
What is the difference between hot backup and cold backup in oracle?
What are set operators?
How to delete all rows a table in oracle?
Calculate difference between 2 date / times in oracle sql?
What is a procedure in oracle?
What is ADDM Advisor in Oracle?
What is dynamic proxy?
What is the quickest way to export a table to a flat file?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
What is a table index in oracle?
How many types of database triggers exist?
What happens if you set the sga too low in oracle?
How to select some columns from a table in oracle?
How to create an initialization parameter file?