What is the best data type definition for Oracle when a field is alphanumeric and has a length that can vary? CHAR NUMBER LONG VARCHAR2 TRUE ANSWER : ? YOUR ANSWER : ?
It is usually not very important to design the physical database to minimize the time required by users to interact with the information systems. False True TRUE ANSWER : ? YOUR ANSWER : ?
A field represents each component of a composite attribute. True False TRUE ANSWER : ? YOUR ANSWER : ?
A rule of thumb for choosing indexes for a relational database includes which of the following? Indexes are more useful for columns that do not appear frequently in the WHERE clause in queries. Be careful indexing attributes that have null values. Do not specify a unique index for the primary key of each table. Indexes are more useful on smaller tables. 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 : ?
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. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not a factor to consider when switching from small to large block size? Block contention The number of columns Random row access speed The length of all of the fields in a table row TRUE ANSWER : ? YOUR ANSWER : ?
Two basic constructs to link one piece of data with another piece of data: sequential storage and pointers. 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 : ?