Database Developer Question:

Please explain what is a NULL value?

Tweet Share WhatsApp

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 PDF Read All 70 Database Developer Questions
Previous QuestionNext Question
Please explain what is Database Testing?Tell us how to Test for NULL Values?