If a denormalization situation exists with a one-to-one binary relationship, which of the following is true? All fields are stored in four relations. All fields are stored in two relations. All fields are stored in one relation. All fields are stored in three relations. TRUE ANSWER : ? YOUR ANSWER : ?
Selecting a data type involves which of the following? All of these Improve data integrity Maximize storage space Represent most values TRUE ANSWER : ? YOUR ANSWER : ?
A rule of thumb for choosing indexes for a relational database includes which of the following? Do not specify a unique index for the primary key of each table. Indexes are more useful for columns that do not appear frequently in the WHERE clause in queries. Indexes are more useful on smaller tables. Be careful indexing attributes that have null values. TRUE ANSWER : ? YOUR ANSWER : ?
Denormalization and clustering can work well to minimize data access time for small records. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not a factor to consider when switching from small to large block size? The number of columns Random row access speed Block contention The length of all of the fields in a table row TRUE ANSWER : ? YOUR ANSWER : ?
A multidimensional database model is used most often in which of the following models? Relational Network Hierarchical Data warehouse TRUE ANSWER : ? YOUR ANSWER : ?
What is the best data type definition for Oracle when a field is alphanumeric and has a length that can vary? VARCHAR2 NUMBER CHAR LONG TRUE ANSWER : ? YOUR ANSWER : ?
Data-volume and frequency-of-use statistics are not critical inputs to the physical database design process. True False TRUE ANSWER : ? YOUR ANSWER : ?
When storage space is scarce and physical records cannot span pages, creating multiple physical records from one logical relation will minimize wasted storage space. True False TRUE ANSWER : ? YOUR ANSWER : ?