When reorg is used?
No Answer is Posted For this Question
Be the First to Post Answer
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
How can the duplicate values be eliminated from db2 select?
List out the data types available.
In BIND, isolation level parameter specifies the duration of page lock and ACQUIRE, RELEASE also do almost the same thing. What is the exact difference between the two? Do they work in conjunction while executing SQL queries and obtaining locks?
I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).
Can a unique index have more than one null value? If not, what error code is given if an attempt is made to insert more than one null value?
How do I create a view in db2?
How do you select a row using indexes in db2?
what are the copybook changes generally we done?can anyone tell me......... Thanks in advance........
What is the difference between base table and view?
Hi Dude,this is Ram.could any one tell me aboue CURRENT OF clause in DB2. Thanks in advance.......
in the CURSOR declare statement, if i am using an where clause and trying to compare the value with a host-varialble. EXEC SQL DECLARE C1 CURSOR FOR SELECT DEPTNO, DEPTNAME, MGRNO FROM DEPARTMENT WHERE ADMRDEPT = :ADM-DEPT Where would i need to provide value to this host-variable in the where clause. how could i pass value to this host-variable to check it.