In relation to Index structures for files which of the following are true? A. An index is an integral part of the data file. B. An index can be created in conjunction with virtually any primary record organization. C. An index cannot be created dynamically. D. An index can be used to enforce a key constraint on an attribute. E. An index can be created dynamically. Choose the correct answer from the options given below:
This solution examines the validity of statements concerning index structures used in file management.
Statements B, D, and E are identified as true characteristics of file index structures.
Primary index in sequential order file organisation is also known as ______.
A B-tree used as an index for a large database table has four levels including the root node. If a new key is inserted in this index, then maximum number of nodes that could be newly created in the process is
The total cost of retrieving records in sorted order using an unclustered B+ tree is
(P-Average number of records per data page
N-Data pages
F-Ratio of the size of a data entry to the size of a data record)
Consider a B+ Tree where the maximum number of key values in each leaf node is 2 and the maximum number of pointers in each non-leaf node is 3. Let the content of the B+ Tree be as shown in the figure.
Which of the following options denotes the key value(s) stored in the root node after inserting a key value 3 in the given B+ Tree?
