CuriousTab
Search
CuriousTab
Home
Aptitude
Computer
C Programming
C# Programming
C++ Programming
Database
Java Programming
Networking
Engineering
Biochemical Engineering
Biochemistry
Biotechnology
Chemical Engineering
Civil Engineering
Computer Science
Digital Electronics
Electrical Engineering
Electronics
Electronics and Communication Engineering
Mechanical Engineering
Microbiology
Technical Drawing
GK
Current Affairs
General Knowledge
Reasoning
Data Interpretation
Logical Reasoning
Non Verbal Reasoning
Verbal Ability
Verbal Reasoning
Exams
AIEEE
Bank Exams
CAT
GATE
IIT JEE
TOEFL
Jobs
Analyst
Bank PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Database
‣
Managing Multiuser Databases
Comments
Question
A transaction in which either all of the database actions occur or none of them do is called:
Options
A. atomic.
B. consistent.
C. isolated.
D. durable.
Correct Answer
atomic.
Managing Multiuser Databases problems
Search Results
1. Which of the following disallows both dirty reads and nonrepeatable reads, but allows phantom reads?
Options
A. Read committed
B. Read uncommitted
C. Repeatable read
D. Serializable
Show Answer
Scratch Pad
Discuss
Correct Answer: Repeatable read
2. Which of the following refers to a cursor type that when the cursor is opened, a primary key value is saved for each row in the recordset; when the application accesses a row, the key is used to fetch the current values of the row?
Options
A. Forward only
B. Static
C. Keyset
D. Dynamic
Show Answer
Scratch Pad
Discuss
Correct Answer: Keyset
3. Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur?
Options
A. Read committed
B. Read uncommitted
C. Repeatable read
D. Serializable
Show Answer
Scratch Pad
Discuss
Correct Answer: Read uncommitted
4. Which of the following locks the item from access of any type?
Options
A. Implicit lock
B. Explicit lock
C. Exclusive lock
D. Shared lock
Show Answer
Scratch Pad
Discuss
Correct Answer: Exclusive lock
5. What is the overall responsibility of the DBA?
Options
A. Facilitate the development and use of the database
B. Create and populate tables
C. Development, operation, and maintenance of the database and its applications
D. Both the first and third answers above are correct.
Show Answer
Scratch Pad
Discuss
Correct Answer: Both the first and third answers above are correct.
6. Dirty read, nonrepeatable, and phantom reads are not possible in this instance.
Options
A. Read committed
B. Read uncommitted
C. Repeatable read
D. Serializable
Show Answer
Scratch Pad
Discuss
Correct Answer: Serializable
7. The size of a lock is called:
Options
A. implicit lock.
B. lock granularity.
C. exclusive lock.
D. shared lock.
Show Answer
Scratch Pad
Discuss
Correct Answer: lock granularity.
8. Locks placed by the DBMS are called ________ .
Options
A. implicit locks
B. explicit locks
C. exclusive locks
D. shared locks
Show Answer
Scratch Pad
Discuss
Correct Answer: implicit locks
9. Which of the following refers to a cursor type where changes of any type and from any source are visible?
Options
A. Forward only
B. Static
C. Keyset
D. Dynamic
Show Answer
Scratch Pad
Discuss
Correct Answer: Dynamic
10. Which of the following occurs when one transaction reads a changed record that has not been committed to the database?
Options
A. Nonrepeatable read
B. Phantom read
C. Dirty read
D. Consistent read
Show Answer
Scratch Pad
Discuss
Correct Answer: Dirty read
Comments
There are no comments.
Enter a new Comment
Save
More in Database:
Advanced SQL
Data and Database Administration
Data Modeling with ER Model
Data Models into Database Designs
Data Warehousing
Database Design Using Normalization
Database Processing for BIS
Database Redesign
Distributed Databases
ER Model and Business Rules
Introduction to Database
Introduction to SQL
JDBC, Java Server Pages, and MySQL
Logical Database Design
Managing Databases with Oracle
Managing Multiuser Databases
Modeling Data in the Organization
Object-Oriented Data Modeling
Object-Oriented Database
ODBC, OLE DB, ADO, and ASP
Physical Database Design
SQL for Database Construction
SQL Server 2000
The Client-Server Database
The Database Development Process
The Database Environment
The Internet Database Environment
The Relational Model and Normalization
XML and ADO.NET