Q.1.
Data-volume and frequency-of-use statistics are not critical inputs to the physical database design process.
Q.2.
In general, larger block sizes are used for online transaction processing applications and smaller block sizes are used for databases with a decision support or data warehousing system.
Q.3.
It is usually not very important to design the physical database to minimize the time required by users to interact with the information systems.
Q.4.
When storage space is scarce and physical records cannot span pages, creating multiple physical records from one logical relation will minimize wasted storage space.
Q.5.
A field represents each component of a composite attribute.
Q.6.

The blocking factor is:

Q.7.

A secondary key is which of the following?

Q.8.

If a denormalization situation exists with a one-to-one binary relationship, which of the following is true?

Q.9.

Which of the following improves a query's processing time?

Q.10.

The fastest read/write time and most efficient data storage of any disk array type is:

Q.11.

Selecting a data type involves which of the following?

Q.12.

What is the best data type definition for Oracle when a field is alphanumeric and has a length that can vary?

Q.13.

Which of the following are integrity controls that a DBMS may support?

Q.14.

A rule of thumb for choosing indexes for a relational database includes which of the following?

Q.15.

Sequential retrieval on a primary key for sequential file storage has which of the following features?

Q.16.

If a denormalization situation exists with a many-to-many or associative binary relationship, which of the following is true?

Q.17.

Which of the following is an advantage of partitioning?

Q.18.

Which of the following is not a factor to consider when switching from small to large block size?

Q.19.

A multidimensional database model is used most often in which of the following models?

Q.20.

What is the best data type definition for Oracle when a field is alphanumeric and has a fixed length?