Interview Questions

How do you insert a record with a nullable column?

DB2 INTERVIEW QUESTIONS


(Continued from previous question...)

How do you insert a record with a nullable column?

To insert a NULL, move -1 to the null indicator
To insert a valid value, move 0 to the null indicator

(Continued on next question...)

Other Interview Questions