How do I copy a table in db2?
No Answer is Posted For this Question
Be the First to Post Answer
Where could you look if you had a question about whether a column has been defined as an index?
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 is a predicate?
What is the purpose of the WHENEVER statement?
How do you do the EXPLAIN of a dynamic SQL statement?
How to solved 818 error
4 Answers Keane India Ltd, Wipro,
What is a cursor and what is its function?
WHAT IS MEANT BY COMMIT COMMAND?
Suppose I have a program which uses a dynamic SQL and it has been performing well till now. Off late, I find that the performance has deteriorated. What happened?
Hi Team, Please tell me, If i don't declare the cursor in the program and i have given open and fetch and close, then what error will get.
How to retrieve rows from a db2 table in embedded sql?
What is an inner join, and an outer join ?