August 29, 2024Database-Management-SystemQuestion 300 Each B-tree node can have at-most p tree pointers, p-1 data pointers and p-1 search key field values. These must fit into a single […]
August 29, 2024Database-Management-SystemQuestion 301 Consider a relation R(A,B) and primary key is A and B is a foreign key referencing to A. Which of the following row sequences […]
August 29, 2024Database-Management-SystemQuestion 302 Consider the following tables Tl and T2: In table Tl, P is the primary key, Q is the foreign key referencing R in table […]
August 29, 2024Database-Management-SystemQuestion 303 The following table has two attributes X and Z, where X is the primary key and Z is the foreign key referencing X with […]