DBA > Job Interview Questions > DB2 ( IBM Database 2 ) Interview Questions

What is a NULL value? What are the pros and cons

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What is a NULL value? What are the pros and cons of using NULLS

A NULL value takes up one byte of storage and indicates that a value is not present as opposed to a space or zero value. It is the DB2 equivalent of TBD on an organizational chart and often correctly portrays a business situation. Unfortunately, it requires extra code for an application program to handle this situation.

(Continued on next question...)

Other Job Interview Questions