What is a NULL value? What are the pros and cons of using
NULLS?
Answer Posted / sunil1405
A null value indicates that there is blank value in the
column field. It takes one byte of storage. Null value
requires special prog. to be handled in the app. prog
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is phantom read in db2?
Can there be more than one cursor open for any program?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
What is dbrm? When it will be created?
What is check constraint. Explain with example.
What is host variable in db2 cobol?
Name the lockable units in DB2?
Explain package in db2 and its advantages?
How can record locking be achieved in those DB2 versions which do not support it?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is check constraint in db2?
What is role in db2?
Is db2 free?
Which components manage deadlocks in db2?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?