Filters
Question type

Study Flashcards

Incomplete or improper transactions can have a devastating effect on database integrity.

A) True
B) False

Correct Answer

verifed

verified

What are database checkpoints?

Correct Answer

verifed

verified

Database checkpoints are operations in w...

View Answer

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.


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

E) A) and B)
F) B) and D)

Correct Answer

verifed

verified

An optimistic approach is based on the assumption that the majority of the database operations do not conflict.

A) True
B) False

Correct Answer

verifed

verified

In a heavily used database management system (DBMS),the prevention and detection of constitutes an important DBMS function.

Correct Answer

verifed

verified

requires that all operations of a transaction be completed.


A) Specificity
B) Atomicity
C) Durability
D) Time stamping

E) A) and C)
F) A) and B)

Correct Answer

verifed

verified

Uniqueness ensures that no equal time stamp values can exist,and ensures that time stamp values always increase.

Correct Answer

verifed

verified

A scheduler facilitates data isolation to ensure that two transactions do not update the same data element at the same time.

A) True
B) False

Correct Answer

verifed

verified

The .occurs when two concurrent transactions,T1 and T2,are updating the same data element and one of the updates is lost.

Correct Answer

verifed

verified

A lock locks the entire diskpage.


A) transaction-level
B) table-level
C) page-level
D) row-level

E) B) and D)
F) C) and D)

Correct Answer

verifed

verified

A transaction is a unit of work that must be either entirely completed or aborted.


A) timed
B) practical
C) logical
D) physical

E) A) and B)
F) All of the above

Correct Answer

verifed

verified

When using an optimistic approach,during the read phase,a transaction reads the database,executes the needed computations,and makes the updates to a private copy of the database values.

A) True
B) False

Correct Answer

verifed

verified

Most real-world database transactions are formed by only one database request.

A) True
B) False

Correct Answer

verifed

verified

In the optimistic approach,during the phase,a transaction scans the database,executes the needed computations,and makes the updates to a private copy of the database values.


A) read
B) validation
C) write
D) shared

E) None of the above
F) A) and B)

Correct Answer

verifed

verified

The rule states that only one transaction at a time can own an exclusive lock on the same object.

Correct Answer

verifed

verified

Timestamps must only have the single property of uniqueness.

A) True
B) False

Correct Answer

verifed

verified

A lock allows concurrent transactions to access different rows of the same table.


A) database-level
B) table-level
C) page-level
D) row-level

E) A) and B)
F) C) and D)

Correct Answer

verifed

verified

Atomicity indicates the permanence of the database's consistent state.

A) True
B) False

Correct Answer

verifed

verified

Database transaction restores a database from an inconsistent state to a previously consistent state.

Correct Answer

verifed

verified

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


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

E) A) and B)
F) All of the above

Correct Answer

verifed

verified

Showing 41 - 60 of 76

Related Exams

Show Answer