What are ISOLATION LEVELS? Where do we need to specify them?
Answer Posted / shreya
An isolation level determines how data is locked or
isolated from other processes while that data is being
accessed.these can be specified in 4 ways-
1)RR(Repeatable read)
2)RS(Read stability)
3)UR(uncommited read)
4)cs(cursor stability)
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Are you comfortable in cobol or jcl?
What is the difference between goback, stop run and exit program in cobol?
How do you define a variable of comp-1 and comp-2?
What is the LINKAGE SECTION used in COBOL?
What are various search techniques in cobol? Explain.
Why occurs cannot be used in 01 level in COBOL?
example for sub strings ? and refernce modifications whit output pls
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What guidelines should be followed to write a structured cobol prgm?
Write a program that uses move corresponding.
State the various causes of s0c1, s0c5 and s0c7.
Write a program to enter and display the names of students in a class using the occurs clause.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Explain how you can characterize tables in cobol?