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 the oracle implicit cursor?
What is blob datatype?
What is query image?
What are the type of Synonyms?
How index is implemented in oracle database?
12. Display the client name in upper case only and in lower case only.
What is indexing, and how does it improve performance?
How to use fetch statement in a loop?
How to write numeric literals in oracle?
What is execute immediate in oracle?
How many types of synonyms in Oracle?
Please explain joins in oracle?