How to run db2 command in windows?
No Answer is Posted For this Question
Be the First to Post Answer
Plan is an executable form of sql statements,But what exactly resides inside a Plan. what are the details inside Plan.
What are union and union all?
What is FREEPAGE and PCTFREE in TABLESPACE creation?
what are the SQL codes u freequently got?
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.
wht happens if we close cursor with cursor with hold option?
What is ALTER ?
assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it
What is the role of the data page in the db2 database?
What is dbrm? When it will be created?
What are the various locks available?
What are the various isolation levels possible?