Mention and explain the contention situations caused by locks?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What is an instance database?
Explain the use of the WHERE clause?
what is REORG? what is the use?
What will happen, while trying to close the closed cursor.
How to see the structure of db2 table??
what is cursor stability?
select distinct(empid),distinct(dept),name from EMP will the above query work?
I want to fetch the 10th row of a table which has been changed.How can I do it without going thru all the rows.
the dd name for ksds is dest1 and what is the dd name for alternate index of ksds ? a.dest b.dest1 c.dest1a d.dd1
How can you find out the # of rows updated after an update statement?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....