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 : ?
Which of the following improves a query's processing time? Use compatible data types. Write complex queries. Combine a table with itself. Query one query within another. TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following are integrity controls that a DBMS may support? Limit the set of permissible values that a field may assume. All of these Assume a default value in a field unless a user enters a value for that field. Limit the use of null values in some fields. 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. Do not specify a unique index for the primary key of each table. 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. False True TRUE ANSWER : ? YOUR ANSWER : ?
A secondary key is which of the following? Useful for denormalization decisions Nonunique key Primary key Determines the tablespace required TRUE ANSWER : ? YOUR ANSWER : ?
A pointer is a detailed coding scheme recognized by system software for representing organizational data. 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 length of all of the fields in a table row Random row access speed Block contention The number of columns TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is an advantage of partitioning? Security Inconsistent access speed Extra space Complexity TRUE ANSWER : ? YOUR ANSWER : ?
Selecting a data type involves which of the following? Represent most values Maximize storage space All of these Improve data integrity TRUE ANSWER : ? YOUR ANSWER : ?