1.

The time it takes to delete a data item is called as _________(a) Insertion time(b) Deletion time(c) Time overhead(d) Access timeThe question was posed to me in an international level competition.This interesting question is from Ordered Indices topic in section Indexing and Hashing of RDBMS

Answer»

The correct CHOICE is (B) Deletion time

Explanation: The time it takes to DELETE a data item is CALLED as deletion time. This value includes finding the item to be deleted and the time taken to update the index structure.



Discussion

No Comment Found

Related InterviewSolutions