how we will do null data selection in cobol-db2 program

Answers were Sorted based on User's Feedback



how we will do null data selection in cobol-db2 program..

Answer / adarshag

SELECT Name
FROM S-Tabl
WHERE Status IS NULL;

Is This Answer Correct ?    3 Yes 0 No

how we will do null data selection in cobol-db2 program..

Answer / shobha

by using null indicator

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More DB2 Interview Questions

What are the four lockable units for DB2?

1 Answers  


max number of columns in a db2 table?

6 Answers  


What are the advantages of using a PACKAGE?

2 Answers  


What is the use of reorg in db2?

0 Answers  


Where are plans stored?

2 Answers  






Differentiate between cs and rr isolation levels? Where do you specify them?

0 Answers  


When do you use the IMAGECOPY?

4 Answers  


Can you access the DB2 Directory table using SQL?

3 Answers  


Which component is responsible for processing sql statements and selecting access paths?

0 Answers  


How many Buffer pools are there in DB2 and what are they?

1 Answers   IBM,


What does the REORG Utility do?

2 Answers  


Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?

0 Answers  


Categories