Question: The placement of noncommittal data occurs when two transactions are executed concurrently and one of the transactions is rolled back after the second transaction has already accessed the uncommitted data.

Answer Options:

(A) True.
(B) False.

Answer: (A) True.

 

Question: _______ means that data used during the execution of a transaction cannot be used by a second transaction until the first one is completed.

Answer Options:

(A) Serializability.
(B) Atomicity.
(C) Isolation.
(D) Time stamping.

Answer: (C) Isolation.

 

Question: ANSI has defined standards that govern SQL database transactions. Transaction support is provided by two SQL statements: _______ and ROLLBACK.

Answer Options:

(A) RETRIEVE.
(B) ASSIGN.
(C) UPDATE.
(D) COMMIT.

Answer: (D) COMMIT.

 

Question: The information stored in the _______ is used by the DBMS for a recovery requirement triggered by a ROLLBACK statement, a program’s abnormal termination, or a system failure such as a network discrepancy or a disk crash.

Answer Options:

(A) data dictionary.
(B) metadata.
(C) rollback manager.
(D) transaction log.

Answer: (D) transaction log.

 

Question: As long as two transactions, T1 and T2, access _______ data, there is no conflict, and the order of execution is irrelevant to the final outcome.

Answer Options:

(A) shared.
(B) common.
(C) unrelated.
(D) locked.

Answer: (A) shared.

 

Question: _______ are required to prevent another transaction from reading inconsistent data.

Answer Options:

(A) Locks.
(B) Schedules.
(C) Stamps.
(D) Logs.

Answer: (A) Locks.

 

Question: Lock _______ indicates the level of lock use.

Answer Options:

(A) granularity.
(B) shrinking.
(C) growing.
(D) serializability.

Answer: (A) granularity.

 

Question: An _______ specifically reserves access to the transaction that locked the object.

Answer Options:

(A) shared lock.
(B) exclusive lock.
(C) binary lock.
(D) deadlock.

Answer: (B) exclusive lock.

 

Question: _______ occurs when a transaction accesses the database and commits the changes but the changes are not yet reflected in the database.

Answer Options:

(A) Inconsistent retrievals.
(B) Dirty reads.
(C) Nonrepeatable reads.
(D) Phantom reads.

Answer: (A) Inconsistent retrievals.

 

Question: An entity in the entity relationship model corresponds to a table in the relational environment.

Answer Options:

(A) True.
(B) False.

Answer: (A) True.

 

Question: A composite identifier is a primary key composed of more than one attribute.

Answer Options:

(A) True.
(B) False.

Answer: (A) True.

 

Question: The entity relationship diagram (ERD) represents the _______ database as viewed by the end user.

Answer Options:

(A) condensed.
(B) physical.
(C) logical.
(D) conceptual.

Answer: (D) conceptual.

 

Question: A relationship is an association between _______.

Answer Options:

(A) objects.
(B) entities.
(C) databases.
(D) fields.

Answer: (B) entities.

 

Question: When using the Crow’s Foot notation, the associative entity is indicated by _______ relationship lines between the parents and the associative entity.

Answer Options:

(A) dotted.
(B) double.
(C) triple.
(D) solid.

Answer: (D) solid.

 

Question: The first step in building an entity-relationship diagram (ERD) is _______.

Answer Options:

(A) developing the initial ERD.
(B) creating a detailed narrative of the organization’s description of operations.
(C) identifying the attributes and primary keys that adequately describe the entities.
(D) identifying the business rules based on the description of operations.

Answer: (B) creating a detailed narrative of the organization’s description of operations.

 

Question: The Crow’s foot symbol with two vertical parallel lines indicates _______ cardinality.

Answer Options:

(A) (0,N).
(B) (1,N).
(C) (0,1).
(D) (1,1).

Answer: (D) (1,1).

 

Question: Database design is an _______ process based on repetition.

Answer Options:

(A) sequential.
(B) iterative.
(C) linear.
(D) intermittent.

Answer: (B) iterative.

 

Question: A(n) _______ is the set of possible values for a given attribute.

Answer Options:

(A) domain.
(B) range.
(C) identifier.
(D) key.

Answer: (A) domain.