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
What is perform what is varying?
explain sorting techniques in cobol program?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
A table has two indexes defined. Which one will be used by the SEARCH?
How to know whether the module is dynamical or statistical?
Can you please let me know the centre name of INS certification in Kolkata.
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between Global and External Variables?
what is difference between cobol and cobol/400
Differentiate between structured cobol programming and object-oriented cobol programming.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
how to move the records from file to array table. give with code example
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?