Which non key record field accepts null
-
Character
-
Number
-
Date
-
Binary
C
Correct answer
Explanation
Among the non-key record field types listed, Date is the only one that commonly accepts null values in database systems. Character and Number fields typically require values, while Binary fields store actual data content. Date fields can be nullable to represent unknown or optional dates.