What is the syntax for seeing the columns and data types of a table in the db2 database?
Answer / Jitendra Pratap Singh
A Compound Trigger in Oracle is a single trigger that can fire multiple times for each DML (Data Manipulation Language) statement. It consists of multiple individual triggers that are executed based on specific events such as INSERT, UPDATE, or DELETE.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how can you do the explain of a dynamic sql statement?
how to fetch first 100 rows in db2
What is cursor?
What are the Isolation levels possible ?
What is COPY PENDING status?
What is -904 sql code? How to resolve it?
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.
what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL abends ??
Cursors can be declared in both working-storage & procedure division, Agreed. But is there any difference? If could you please suggest what is the difference. TIA
Hello All, We have requirment to Replace BMC Db2 Load product thru CA FAST LOADPlus product. Do anyone have JCL to for FAST LOADPLUS and what all are thing need to take in consideration.
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What is meant by the attachment facility?