Multiple choice technology platforms and products

Which non key record field accepts null

  1. Character

  2. Number

  3. Date

  4. Binary

Reveal answer Fill a bubble to check yourself
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.