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
Does oracle charge for java?
How can I combine multiple rows into a comma-delimited list in oracle?
What the is the diff between local index and global index. give some example.
Explain index?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
Explain a data segment?
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??
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
What is a table in oracle?
What is an oracle user account?
Explain overloading. Can functions be overloaded?
Explain what are clusters?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
Give the various rollback segment states.