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 |
what is shell?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
What are the attributes of the cursor?
How to change program global area (pga) in oracle?
How to create a new view in oracle?
Explain the difference between a procedure and a function?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
How to convert characters to numbers in oracle?
1) What is dense ranking? 2) Difference between Substring and Instring? 3) Case and Decode? 4) Pseudo column? 5) View vs Materialized views? 6) SQl performance tuning?
What is index in Oracle?
What is a trigger oracle?
Please explain drop constraint oracle?