After changing the PCTFREE value of the automatic space management table EMPLOYEES, which task can you perform in order for your change to take effect immediately?
A.
Execute a full table scan of the EMPLOYEES table
B.
Execute thecommand ANALYZE TABLE employees COMPUTE STATISTICS
C.
Execute the command DBNS_STATS.GATHER_TABLE_STATISTICS on the EMPLOYEES table.
D.
Execute the DBMS_REPAIR.SEGMENT_FIX_STATUS procedure on the EMPLOYEES table.