RelationalDBDesign
SiteMap
Business Rules
Cursors Views
Database Creation
SQL Monitoring
Database Web Apps
Data Manipulation
Access Features
Building Access DB
Transactions Locks
«Prev
Next»
Business Rules
Transaction Locking
Define Transactions
Three Transactions Modes
Define Isolation Levels
Identify Nested Transactions
Transaction Isolation - Quiz
Optimistic Pessimistic Locking
Deadlock Transaction Blocking
Avoid Server Deadlocks
Commit Rollback Transaction
Manage Distributed Tx
Error Handling Testing
Transaction Locking Conclusion
Server Interaction
Assign Use Variables
SQL Server Functions
SQL Function Statements
Date Time Functions
Reporting Errors
SQL Raising Errors
Programming Concepts Conclusion
SQL-Server Triggers
Trigger SQL Server Utility
Three Trigger Types
Enforcing Business Rules
Creating SQL Triggers
Practice Creating Triggers
Creating Triggers - Exercise
Implementing SQL-Server-Triggers
Modifying Triggers
Deleting SQL-Server Triggers
Testing SQL-Server Trigger
SQL Trigger Conclusion
SQL Triggers-Quiz
Stored Procedures
What is SP
Enforcing Business Rules
Creating SP
User Defined SP
Stored Procedures - Exercise
Modifying Procedures
Deleting Stored Procedures
System Extended SP
Error Handling
Using Output Parameters
Executing Stored Procedures
Testing Stored Procedures
Different SP Conclusion
Stored Procedure - Quiz
Accessing Remote Data
Enterprise Manager Server
Adding Remote Login
Transactions and Isolation Levels - Quiz
Each question is worth one point. Select the best answer for each question.
1.
Fred finds out that many of his users are complaining that data is lost.
he does some research and finds out that his transactions are using the lowest isolation level. What level are his transactions using?
Please select the best answer.
A
READ COMMITTED
B.
READ UNCOMMITTED
C.
REPEATABLE READ
D.
SERIALIZABLE
2.
Margaret creates a transaction within a transaction. Her first (outermost) transaction rolls back data and the second (innermost) transaction commits data. What will be the outcome?
Please select the best answer.
A.
Both transactions are committed.
B.
Only the first (outermost) transaction is committed.
C.
Both transactions are rolled back.
D.
Only the second (innermost) transaction is committed.
3.
If the
SET IMPLICIT_TRANSACTIONS
option is NOT set to ON, what will happen?
Please select the best answer.
A.
The database will not support implicit transactions.
B.
The database will support explicit transactions only.
C.
The database will support auto-commit transactions.
D.
The database will not support transactions.
4.
What is SQL Servers default isolation level?
Please select the best answer.
A.
READ COMMITTED
B.
READ UNCOMMITTED
C.
REPEATABLE READ
D.
SERIALIZABLE
5.
Which isolation level has the highest risk of blocking?
Please select the best answer.
A.
READ COMMITTED
B.
READ UNCOMMITTED
C.
REPEATABLE READ
D.
SERIALIZABLE
Correct answers:
Your Score: 0
Submit
Quiz Explanation