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
Locks placed by the DBMS are explicit locks.
Options
A. True
B. False
Correct Answer
False
Managing Multiuser Databases problems
Search Results
1. The lost update problem is when User A reads data that have been processed by a portion of a transaction from User B.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
2. The transaction log contains a copy of every database record (or page) after it has changed. These records are called before images.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
3. When one transaction reads a changed record that has not been committed to the database a filthy read occurs.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
4. In optimistic locking, the assumption is made that conflict will occur.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
5. Resource locking is a process to prevent multiple applications from obtaining copies of the same record when the record is about to be changed.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
6. By default, SQL Server will create one data file and one log file for each newly created database.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
7. With SQL Server, parameters and variables in T-SQL start with the "%" sign.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
8. SQL Server AFTER Triggers may be assigned views.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
9. SERIALIZABLE is the strictest isolation level.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
10. SQL Server automatically creates an index on all primary and foreign keys.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
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