which statement is running fastly ie insert or delete?
Answer Posted / sandeep desai
Its definitely Delete.
Becuase
When Delete operation is being performed then Oracle
doesnot actualy permanently remove the data from data block
but rather marks that particular data block as unusable.
Whereas when concerned to Insert Oracle needs to insert the
new values into Datablocks.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is system tablespace?
How will you differentiate between varchar & varchar2?
What are the attributes of cursor?
if you ctreate table identity
What is a proxy object?
What is a sub query? What are its various types?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
What is a parameter file in oracle?
What is a nvl function?
What is oracle datasource?
How to store pictures on to the database?
Explain the use of Merge statement in oracle 11g
How to convert characters to numbers in oracle?
What is ordinary table in oracle?
What is the minimum client footprint required to connect c# to an oracle database?