122k views
3 votes
List the various cases where use of a NULL value would be appropriate.

User Jesse
by
5.1k points

1 Answer

7 votes

Answer:

The answer is below

Step-by-step explanation:

There are cases where the use of a NULL value would be appropriate in a computer programming situation. These cases can be summarily described below:

The first case is in a situation where the value of the attribute of a certain element is known to exist, but the value can not be found

The second case is in a situation where the value of the attribute of a certain element is not known whether it exists or not.

User Bogdan Ruzhitskiy
by
5.0k points