Database Developer Question:
Download Job Interview Questions and Answers PDF
Please explain what is a NULL value?
Answer:
A field with a NULL value is a field with no value. A NULL value is different from a zero value or a field that contains spaces. A field with a NULL value is one that has been left blank during record creation. Assume, there is a field in a table is optional and it is possible to insert a record without adding a value to the optional field then the field will be saved with a NULL value.
Download Database Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Please explain what is Database Testing? | Tell us how to Test for NULL Values? |