Computer Science, asked by mdaliansari5406, 1 year ago

Columnar datastore avoids storing null values.
a. True
b. False

Answers

Answered by lakshmandesai4
0

Answer:

It states that the corresponding value is either unknown or undefined. It is different from zero or "". They should be avoided to avoid the complexity in select & update queries and also because columns which have constraints like primary or foreign key constraints cannot contain a NULL value.

Answered by riyalrishabh22
3

Answer:

The answer is true and avoids storing null values.

Similar questions