Physical Database Design Questions

Practice Physical Database Design MCQs with answers and explanations. Page 2 of 2.

Category
Database
Topic
Physical Database Design
Page
2 / 2
Mode
Practice

Questions

Open any question to view the answer and explanation.

When space is tight and records cannot span pages, does splitting one logical row into multiple physical records reduce wasted space?
Open
View answer
Are data-volume and frequency-of-use statistics critical inputs to physical database design decisions (indexes, partitions, page size, caching)?
Open
View answer
Partitioning terminology: is distributing the columns of a table into separate physical records called horizontal partitioning, or is that vertical partitioning?
Open
View answer
Linking data physically: are the two basic constructs for connecting data items sequential placement and pointer-based references?
Open
View answer
Do denormalization and clustering help minimize data access time for small records (by reducing joins and improving locality)?
Open
View answer
In database storage architecture, an extent is defined as a contiguous section of disk space allocated to store data pages or segments. Does this definition accurately describe an extent?
Open
View answer
In physical data management terminology, is a pointer a detailed coding scheme for representing organizational data, or is it simply a reference (address/locator) to another data item?
Open
View answer
In physical database design, minimizing user wait time for queries and transactions is not important. Does this claim apply, or should physical design prioritize performance for user interactions?
Open
View answer
State the primary goal of physical database design: is it chiefly to achieve data processing efficiency (throughput and latency), or something else?
Open
View answer
In data modeling and implementation, does a “field” (table column) represent each component of a composite attribute when that attribute is decomposed?
Open
View answer

Practice smarter

Solve a few questions daily and revisit weak topics regularly to improve accuracy.