which statement is running fastly ie insert or delete?

Answers were Sorted based on User's Feedback



which statement is running fastly ie insert or delete?..

Answer / ameer mujahid

delete

Is This Answer Correct ?    0 Yes 0 No

which statement is running fastly ie insert or delete?..

Answer / sudheer

INSERT BECAUSE IN DELETE STATEMENT TO TAKE THE TIME TO DELETE BECAUSE THAT DATA WHERE IT HAVING TO IT SERACH.BUT INSERT NOT LIKE THAT WHEN U WRITE THE COMMAND ITS NOT TO TAKE LONGER TIME...........

Is This Answer Correct ?    0 Yes 0 No

which statement is running fastly ie insert or delete?..

Answer / ram bhajan tiwari

Delete
Because during delete statement pointer has no need to
find the address of memory but in insert statement the
pointer has first point the memory then it can insert so it
will take more time than delete.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle General Interview Questions

You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?

0 Answers  


State and explain the different types of data models?

0 Answers  


What is flashback in Oracle?

0 Answers   MCN Solutions,


20. Using a set operator, display the client number of all clients who have never placed an order.

0 Answers   Wipro,


What is oracle and what are its different editions?

0 Answers  






primary key is foreign key for the same table?

2 Answers   Oracle,


How to define Data Block size ?

2 Answers  


How to check your oracle database 10g xe installation?

0 Answers  


How would you begin to troubleshoot an ORA-3113 error?

0 Answers  


How are Indexes Update ?

1 Answers  


What are the different types of modules in oracle forms?

0 Answers  


src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));

0 Answers   IBM,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)