Question: You created the LOCATION_ID_SEQ sequence to generate sequential values for the LOCATION_ID column in the MANUFACTURERS table. You issue this statement: ALTER TABLE manufacturers MODIFY
You created the LOCATION_ID_SEQ sequence to generate sequential values for the LOCATION_ID column in the MANUFACTURERS table. You issue this statement: ALTER TABLE manufacturers MODIFY (location_id NUMBER(6)); Which statement about the LOCATION_ID_SEQ sequence is true? The current value of the sequence is reset to zero. The sequence is deleted and must be recreated. The current value of the sequence is reset to the sequence's START WITH value. The sequence is unchanged
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
