What is commit in db2?
Answer / Saurabh Kumar Rastogi
In DB2, a commit confirms all SQL transactions that have been executed since the last commit or rollback. Once committed, the changes made to the database are permanent unless subsequently rolled back.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the syntax of SELECT statement when embedded in a COBOL program?
wht is d/f b/w inner join and outer join ? d/f group by and order by having by ?
In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?
What can the SET option of the Repair Utility accomplish?
Explain an outer join?
How do you run JCL in cobol program
in column y record abc.v abc.s xyz.j abc.h i wan only abc columns how to retrieve thi records
How do I import a csv file into db2?
Select empno, sal from emptbl where empno < 101.By this query can we fetch first 100 recs? where empno is primary key.It won't throw -811 error? if it wont,then what is use of cursor technique while fetching first 100 recs. Please need more clarification.
What is an intent lock?
select distinct(empid),distinct(dept),name from EMP will the above query work?
What is concurrency?