PYQBOOK
Filter Questions
Found 475 question(s)
Q101
MCQ
GATE
CS
Easy
1 Mark
2024
DBMS → Indexing
In a B+ tree, the requirement of at least half-full (50%) node occupancy is relaxed for which one of the following cases?
Q102
NAT
GATE
CS
Hard
2 Marks
2024
DBMS → Indexing
A database of fixed-length records is stored as an ordered file. It has 25,000 records, each 100 bytes, with a 15-byte primary key. The data file is block-aligned. It is indexed by a primary index file (block-aligned ordered file). Block size is 1024 bytes, and a block pointer is 5 bytes. The system uses binary search on the index file (taking ceil(log2 b) accesses for b blocks). Given a key, the number of block accesses required to identify the data block containing the record in the worst case is
Q103
MCQ
GATE
CS
Easy
1 Mark
2024
DBMS → Indexing
In a B+ tree, the requirement of at least half-full (50%) node occupancy is relaxed for which one of the following cases?
Q104
MSQ
GATE
CS
Medium
2 Marks
2024
DBMS → Relational Design
The symbol -> indicates functional dependency in the context of a relational database. Which of the following options is/are TRUE?
Q105
MSQ
GATE
CS
Hard
2 Marks
2024
DBMS → Concurrency Control