Fill in the blank with the appropriate word.
The ________data type defines a date that is combined with a time of day along with fractional
seconds that is based on a 24-hour clock.
Answer: datetime
Fill in the blank with the appropriate word.
The ________data type defines a date that is combined with a time of day along with fractional
seconds that is based on a 24-hour clock.
Fill in the blank with the appropriate word.
The ________data type defines a date that is combined with a time of day along with fractional
seconds that is based on a 24-hour clock.
Answer: datetime
from
docs.oracle.com/cd/B19306_01/server.102/b14225/ch4datetime.htm
“The TIMESTAMP datatype is an extension of the DATE datatype. It stores year, month, day, hour, minute, and second values.
It also stores fractional seconds, which are not stored by the DATE datatype.”
Datetime ARE data typeS. So IMHO Answer is TIMESTAMP.