A bitmap index is an index on columns from two or more tables that come from the same domain of values. True False TRUE ANSWER : ? YOUR ANSWER : ?
A secondary key is which of the following? Primary key Nonunique key Determines the tablespace required Useful for denormalization decisions TRUE ANSWER : ? YOUR ANSWER : ?
Two basic constructs to link one piece of data with another piece of data: sequential storage and pointers. True False TRUE ANSWER : ? YOUR ANSWER : ?
A field represents each component of a composite attribute. False True TRUE ANSWER : ? YOUR ANSWER : ?
Distributing the columns of a table into several separate physical records is known as horizontal partitioning. 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? LONG NUMBER CHAR VARCHAR2 TRUE ANSWER : ? YOUR ANSWER : ?
If a denormalization situation exists with a many-to-many or associative binary relationship, which of the following is true? All fields are stored in one relation. All fields are stored in four relations. All fields are stored in three relations. All fields are stored in two relations. TRUE ANSWER : ? YOUR ANSWER : ?
Hashing algorithm converts a primary key value into a record address. False True TRUE ANSWER : ? YOUR ANSWER : ?
The three newest database architectures in use today are relational, multidimensional and hierarchical. 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. False True TRUE ANSWER : ? YOUR ANSWER : ?