how we will do null data selection in cobol-db2 program
Answer Posted / adarshag
SELECT Name
FROM S-Tabl
WHERE Status IS NULL;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to rename a table in DB2 ?
Define db2.
What is the difference between oracle and db2?
What is null indicator in db2?
What is the result of open cursor statement?
What is a bind card?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
define clustering index.
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?
What is a db2 collection?
what is utility for parm lib
What is the maximum size of a char data type in db2?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
Which are the db2 tools to protect integrity of the database?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?