WHAT IS NULL INDICATOR ? WERE IS THIS USED? AND IF IT IS
USED IN FILES CONCEPT? HOW DO WE USE IT?
Answers were Sorted based on User's Feedback
We use Null Indicator to fetch the Null Values from the
database through the application Program.
If we don't mention Null Indictor, in that case Null Values will not be retrieved by application program.
THANKS
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
What is a buffer in memory?
What is the difference between cursor stability and repeatable read isolation levels?
What is ibm db2 connect?
What is the maximum length of sqlca?
How to find the maximum value in a column in the db2 database?
Explain packages.
How can deadlocks be resolved?
In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)
what is cursor stability?
what is difference between random and sequence file access
What is phantom read in db2?
What is performance tuning db2?