Question

Which isolation level prevents dirty read in JDBC, connection class. A) TRANSACTION_READ_UNCOMMITTED B) TRANSACTION_READ_ COMMITTED C)...

Which isolation level prevents dirty read in JDBC, connection class.

A) TRANSACTION_READ_UNCOMMITTED
B) TRANSACTION_READ_ COMMITTED
C) TRANSACTION_SERIALIZABLE
D) TRANSACTION_REPEATABLE_READ.
Explanation: A Dirty read allows a row changed by one transaction to be read by another transaction before any change in the row has been committed.

=============================================

Please explain with diagrams,figures and example What is this isolation level ??What happens in transaction read uncommitted?

please explain the question and solution because i am not able to understand the logic behind this

Subject: Dbms , j2ee,jdbc

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer Option B: TRANSACTION_READ_ COMMITTED

Explanation:

TRANSACTION_READ_COMMITTED is the constant that dirty reads are prevented; non-repeatable reads and phantom reads can occur.

What is an isolation level?

Isolation level defines the degree to which transaction must be isolated from the data modifications made by any other in the db system.

Add a comment
Know the answer?
Add Answer to:
Which isolation level prevents dirty read in JDBC, connection class. A) TRANSACTION_READ_UNCOMMITTED B) TRANSACTION_READ_ COMMITTED C)...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT