How do I import data from excel to db2?
No Answer is Posted For this Question
Be the First to Post Answer
Are views updatable ?
Is schema the same as database?
What are some SQL aggregates and other built-in functions?
How to find schema of a table in db2?
Is DECLARE TABLE in DCLGEN necessary? Why it used?
How can i install db2 9.x on AIX based system..? plz reply the detailed steps involved....?
what happend with out using Commit,when closing cursor and program?
what is the differences between spufi and qmf and which is better?
4 Answers Accenture, Cap Gemini,
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
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.
What does this mean ? GRANT BIND,EXECUTE ON PLAN MK2 TO PUBLIC;
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.