What is the use of null in database?

1 answer

Answer

1043377

2026-03-01 16:55

+ Follow

Sometimes, a particular field in a database row has a value that is either unknown or undefined. An example might be the termination date of an employee who is still employed by the company. A date field would not accept any value that was not a valid date but no date has been determined for the field as yet. A null would indicate that.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.