When you are working with the project after coding what
will u do?
Like what type of documents u will prepare? How will u do
testing?
Answers were Sorted based on User's Feedback
Answer / nag
hi,
After coding we will run the program and test the unit
testing with reference with UTR
pls correct me , if i am wrong
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / david huenger
Create & run the program Queries via QMF or SPUFI to
insure DB2 SQL's are returning correct data.
| Is This Answer Correct ? | 1 Yes | 3 No |
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?
is it compulsory commitment control in journal?
query to just fetch first matching row and stop execution. once one matching row is found ..no more records should be checked.. if the first record is matching.. the query must stop
What are the 2 sqlcodes that are returned?
Which component is used to execute the sql statements?
What is the difference between static and dynamic SQL?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
How do you eliminate duplicate values in db2?
What are the three lock types?
What is the purpose of the QUIESE Utility?
I HAVE 2 TABLES ONE IS EMP_TABLE AND ANOTHER DEPT_TABLE.EMP_TABLE CONTAINS NAME,DEPTNO,DEPTNAME,LOCATION AND DEPT_TABLE CONTAINS DEPTNO,DOJ(DATE OF JOINING).I WANT TO DISPLAY NAME,DEPTNAME,DOJ AND WHO ARE JOINED BETWEN 01- JAN-2007 TO 01-JAN-2008?
What is deadlock in db2?