0 votes
in MongoDB by

Are null values allowed?

1 Answer

0 votes
by

Are null values allowed?

Yes, but only for the members of an object. A null cannot be added to the database collection as it isn’t an object. But {}can be added.

...