The three newest database architectures in use today are relational, multidimensional and hierarchical. True False TRUE ANSWER : ? YOUR ANSWER : ?
What is the best data type definition for Oracle when a field is alphanumeric and has a fixed length? NUMBER CHAR LONG VARCHAR2 TRUE ANSWER : ? YOUR ANSWER : ?
Data-volume and frequency-of-use statistics are not critical inputs to the physical database design process. False True 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 : ?
Denormalization and clustering can work well to minimize data access time for small records. False True TRUE ANSWER : ? YOUR ANSWER : ?
Selecting a data type involves which of the following? Improve data integrity Represent most values Maximize storage space All of these TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is an advantage of partitioning? Extra space Inconsistent access speed Complexity Security TRUE ANSWER : ? YOUR ANSWER : ?
If a denormalization situation exists with a one-to-one binary relationship, which of the following is true? All fields are stored in one relation. All fields are stored in two relations. All fields are stored in three relations. All fields are stored in four relations. 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 : ?
Sequential retrieval on a primary key for sequential file storage has which of the following features? Moderately fast Very fast Impractical Slow TRUE ANSWER : ? YOUR ANSWER : ?