which statement is running fastly ie insert or delete?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sanal kumar
Delete runs faster than insert
coz whle during delete command,it only removes the records
from the table and the space alocated for the records
remains still..but for insertion,need to allocate the space
and insert the records in data blocks..
Is This Answer Correct ? | 5 Yes | 1 No |
Where is the export dump file located?
What is recovery manager(rman) backup in Oracle?
How to resolve name conflicts between variables and columns?
What is Database Link ?
What is oracle rowcount?
Explain coalesce function?
What do database buffers contain?
What is query image?
various types of hints and their usage
Can a Tablespace hold objects from different Schemes ?
what is IDE,DMV in sql server?
How to call a sub procedure?