The EMPLOYEES table contains these columns: LAST_NAME VARCHA…

Questions

The EMPLOYEES tаble cоntаins these cоlumns: LAST_NAME VARCHAR2(20) FIRST_NAME VARCHAR2(20) HIRE_DATE DATEEVAL_MONTHS NUMBER(3) Evаluate this SELECT statement: SELECT hire_date + eval_mоnths FROM employees; The values returned by this SELECT statement will be of which data type?