Although Null values are problematic in databases, it cannot be avoided in some cases. Describe how you could use null values in a database.
Null values are used in the database to indicate that the value of a particular data is not yet known. They are used as placeholders until the real value of the data is known.
Comments
Leave a comment