Filters
Question type

Study Flashcards

ensure that a disk physical failure will not impair the DBMS's ability to recover data.

Correct Answer

verifed

verified

Redundant ...

View Answer

Explain the transaction log.What is its function?

Correct Answer

verifed

verified

A DBMS uses a transaction log to keep tr...

View Answer

The multiuser DBMS must implement controls to ensure serializability and isolation of transactions,in addition to atomicity and durability,in order to guard the database's consistency and integrity.

A) True
B) False

Correct Answer

verifed

verified

Lock indicates the level of lock use.


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

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

Correct Answer

verifed

verified

The scheduler establishes the order in which the operations within concurrent transactions are executed.

A) True
B) False

Correct Answer

verifed

verified

The serializable isolation level is the least restrictive level defined by the ANSI SQL standard.

A) True
B) False

Correct Answer

verifed

verified

The objective of control is to ensure the serializability of transactions in a multiuser database environment.

Correct Answer

verifed

verified

What is transaction isolation and why it is important?

Correct Answer

verifed

verified

Isolation means that the data used durin...

View Answer

A consistent database state is .


A) one in which all tables have foreign keys
B) one in which all data integrity constraints are satisfied
C) one in which all tables are normalized
D) one in which all SQL statements only update one table at a time

E) C) and D)
F) All of the above

Correct Answer

verifed

verified

The DBMS guarantees that the semantic meaning of a transaction truly represents the real-world event.

A) True
B) False

Correct Answer

verifed

verified

The approach to scheduling concurrent transactions assigns a global unique stamp to each transaction.


A) scheduled
B) table-locking
C) unique
D) timestamping

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

Correct Answer

verifed

verified

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


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

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

Correct Answer

verifed

verified

If a(n)is issued before the termination of a transaction,the DBMS will restore the database only for that particular transaction,rather than for all transactions,in order to maintain the durability of the previous transactions.

Correct Answer

verifed

verified

Although the DBMS is designed to recover a database to a previous consistent state when an interruption prevents the completion of a required set of transactions,the transactions themselves are defined by the end user or programmer and must be semantically correct.

A) True
B) False

Correct Answer

verifed

verified

The implicit beginning of a transaction is .


A) when the database is started
B) when a table is accessed for the first time
C) when the first SQL statement is encountered
D) when the COMMIT command is issued

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

Correct Answer

verifed

verified

A lock locks the entire table preventing access to any row by a transaction while another transaction is using the table.


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

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

Correct Answer

verifed

verified

Showing 61 - 76 of 76

Related Exams

Show Answer