Given the requirements to store employee names, employee numbers, and when employees were
hired, which of the following built-in data types CANNOT be used to store the day an employee
was hired?

A.
Character Large Object
B.
Time
C.
Varying-Length Character String
D.
Timestamp
TIME
time is a three-part value representing a time of day in hours, minutes, and seconds, in the range of 00.00.00 to 24.00.00.
Time CANNOT be used to store the DAY
0
0