1.

The time it takes to insert a new data item is called ____________(a) Insertion time(b) Deletion time(c) Time overhead(d) Access timeThe question was asked in homework.My doubt is from Ordered Indices in chapter Indexing and Hashing of RDBMS

Answer»

Right choice is (a) INSERTION time

To explain: The time it TAKES to insert a NEW data item is called Insertion time. This value includes the time taken to find the correct PLACE to insert the new data item as well as the time it takes to UPDATE the index structure.



Discussion

No Comment Found

Related InterviewSolutions