What are the 4 environments which can access DB2 ?
Answers were Sorted based on User's Feedback
What do you need to do before you do EXPLAIN ?
Can you use max on a char column?
What is cloudant database?
what is static sql? what is dynamic sql? Give me details
Why select is not preferred in embedded sql programs?
what is a plan and how do you refer the plan in the program?
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
What is a NULL value? What are the pros and cons of using NULLS?
Hi , I am posting some interview ques . what is the use of cursors ? what is the diff between select and cursor ? bith are used for data retrival .. rite?
How to create backup table in db2?
What is the clustering index in the db2 database?
Which one allows duplicate values Union or Union All ?