#274. Examine the structure of the EMPLOYEES table:
EMPLOYEE_ID NUMBER NOT NULL Primary Key
EMP_NAME VARCHAR2(30)
JOB_ID NUMBER
SAL NUMBER
MGR_ID NUMBER
DEPARTMENT_ID NUMBER
You created a sequence called EMP_ID_SEQ in order to populate sequential values for the EMPLOYEE_ID column of the EMPLOYEES table. Which two statements regarding the EMP_ID_SEQ sequence are true? (Choose two.)