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
Write a trigger example in oracle?
Can we write dml statement in function in oracle?
What is a sub query? What are its various types?
How to manage transaction isolation level?
How to export data with a field delimiter?
How many types of cluster table in Oracle?
What are the major difference between truncate and delete?
Can we create trigger on materialized view in oracle?
What is columnar storage what is the advantage?
What happens to the data files if a tablespace is dropped?
How to convert character types to numeric types?
How to rename an existing table?
How to specify default values in insert statement using oracle?
How to use "startup" command to start default instance?
Does oracle partitioning improve performance?