1.

Does index take space in the disk?(a) It stores memory as and when required(b) Yes, Indexes are stored on disk(c) Indexes are never stored on disk(d) Indexes take no spaceThe question was posed to me during an interview.My doubt stems from Index Definition in SQL topic in chapter Indexing and Hashing of Database Management

Answer»

Right answer is (b) YES, Indexes are STORED on disk

To EXPLAIN: Indexes take MEMORY SLOTS which are located on the disk.



Discussion

No Comment Found

Related InterviewSolutions