in rdbms what is the efficient data structure


In RDBMS, what is the efficient data structure used in the internal storage representation?

B+ tree. Because in B+ tree, all the data is kept only in leaf nodes, that makes searching simpler.

This corresponds to the records that shall be kept in leaf nodes.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: in rdbms what is the efficient data structure
Reference No:- TGS0312905

Expected delivery within 24 Hours