which statement is running fastly ie insert or delete?
Answer Posted / 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 View All Answers
What is a relational database management system?
What is the difference between PFILE and SPFILE in Oracle?
How to set a transaction to be read only in oracle?
Can we protect our pl/sql source code?
Give syntax for SQL and ORACLE joins.
What are the system predefined user roles?
Can group functions be mixed with non-group selection fields?
How can you use check constraints for self referential integrity?
What happens to indexes if you drop a table?
How to define an oracle sub procedure?
What is the meaning of recursive hints in oracle?
Will you be able to store pictures in the database?explain.
What is a nested table and how is it different from a normal table?
How many types of segments in Oracle?
How to convert characters to dates in oracle?