What are the isolation levels possible ?

Answer Posted / deepa

Answer given above is correct

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define buffer pool.

616


What is role in db2?

610


How to rename a table in DB2 ?

628


Can you use max on a char column?

634


Differentiate between cs and rr isolation levels? Where do you specify them?

570






What is the difference between cursor stability and repeatable read isolation levels?

667


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2143


Comment whether the cursor is closed during commit or not.

662


How to check last update on table in db2?

624


What is netezza database?

562


How to find the number of rows in a db2 table?

642


What is dclgen (declaration generator)?

592


What are the contents of dclgen?

646


How do you eliminate duplicate values in db2?

677


What is runstats and reorg in db2?

787