Difference between Dirty, commited ,phantom,repeatable
reads?
Answer Posted / manoj pandey
Check the following link for differences:
http://sqlwithmanoj.wordpress.com/2011/07/20/dirty-reads-and-phantom-reads/
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Write an sql to find all records having all upper case alphanumeric characters in a field ?
Explain the life cycle of jdbc.
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
What is meant by jdbc?
Explain jdbc savepoint?
What are the new features added to JDBC 4.0?
What are common JDBC Exceptions?
What is database deadlock ?
How can we execute stored procedures using callablestatement?
How can I create a custom RowSetMetaData object from scratch?
What are the different types of statements? How we can you use preparedstatement.
What is 2 phase commit?
What does the jdbc resultsetmetadata interface?
What do you mean by database connection pooling?
How can we store and retrieve images from the database?