Nullable

/ˈnʌl.ə.bəl/

नल-योग्य; NULL की अनुमति वाला (वैकल्पिक)

Origin & History

Formed from "null" + the suffix "-able" meaning "capable of/allowed to"; common in database and programming terminology.

"null" + "-able" (अर्थ: "सक्षम/अनुमति-योग्य") से बना; डेटाबेस और प्रोग्रामिंग की शब्दावली में प्रचलित।

Definition

In databases and programming, "nullable" describes a field/column/variable that is permitted to have the value NULL, meaning "no value/unknown/not applicable".

डेटाबेस और प्रोग्रामिंग में "nullable" उस field/column/variable को कहते हैं जिसमें NULL मान रखने की अनुमति होती है, यानी "कोई मान नहीं/अज्ञात/लागू नहीं"।

Parts of Speech

Adjective:
Make the middle_name column nullable because it is optional.
middle_name कॉलम को nullable बनाइए क्योंकि यह वैकल्पिक है।

Usage Examples

This column is nullable, so it can store NULL when the value is unknown.
If a parameter is nullable, your code should check for null before using it.
Changing a field from non-nullable to nullable relaxes validation rules.
The API marks phoneNumber as nullable because some users do not provide it.

Synonyms

Null-permitting Optional (context-dependent) Null-allowed

Antonyms

Non-nullable Required Not null

Related Forms

Noun
Null / Nullability / Nullableness
Adjective
Null / Non-nullable

Idioms & Phrases

Nullable field
NULL की अनुमति वाला फ़ील्ड
Nullable column
NULL स्वीकार करने वाला कॉलम
Nullable type
nullable प्रकार (जिसमें null हो सकता है)