You create a table with the PERIOD FOR clause to enable the use of the Temporal Validity feature of Oracle Database 12c.Examine the table definition:
Create table employees
(empno number, salary number,
deptid number, name varchar2(100),
period for employee_time);
Which three statements are true concerning the use of the Valid Time Temporal feature for the EMPLOYEES table?