WHAT IS NULL INDICATOR ? WERE IS THIS USED? AND IF IT IS
USED IN FILES CONCEPT? HOW DO WE USE IT?
Answer Posted / nans
NULL indicator specifically used to find the value is present
or not in Table. For PRIMARY key the value should present.
When working with this key in program, there may be chance of
no value is present/value truncated. In such cases, NULL
indicator is used.
In file NULL indicator cannot be used.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can you find out the # of rows updated after an update statement?
On which levels locks can be applied?
What does a deadlock mean in DB2?
What is the use of with ur in db2?
Explain packages.
What is copy pending status in db2?
What is buffer pool in the db2 database?
Which command is used to remove all rows from a table?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
what is the sqlcode -501
Which isolation level provides highest data integrity?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
What is the maximum size of varchar data type in db2?
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
How would you find out the total number of rows in a db2 table?