Hashing algorithm converts a primary key value into a record address. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following improves a query's processing time? Use compatible data types. Query one query within another. Write complex queries. Combine a table with itself. TRUE ANSWER : ? YOUR ANSWER : ?
A rule of thumb for choosing indexes for a relational database includes which of the following? Be careful indexing attributes that have null values. Indexes are more useful for columns that do not appear frequently in the WHERE clause in queries. Indexes are more useful on smaller tables. Do not specify a unique index for the primary key of each table. TRUE ANSWER : ? YOUR ANSWER : ?
The primary goal of physical database design is data processing efficiency. False True 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. Limit the use of null values in some fields. All of these Assume a default value in a field unless a user enters a value for that field. 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. True False 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. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is an advantage of partitioning? Inconsistent access speed Extra space 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 two relations. All fields are stored in four relations. All fields are stored in three relations. All fields are stored in one relation. TRUE ANSWER : ? YOUR ANSWER : ?
The blocking factor is: attributes grouped together by the same primary key. the number of physical records per page. a group of fields stored in adjacent memory. attributes grouped together by the same secondary key. TRUE ANSWER : ? YOUR ANSWER : ?