|
#126. The ACCOUNT table contains these columns: ACCOUNT_ID NUMBER(12)
FINANCE_CHARGE NUMBER(7,2)
PREV_BALANCE NUMBER(7,2)
PAYMENTS NUMBER(7,2)
NEW_PURCHASES NUMBER(7,2) You created the ACCOUNT_ID_SEQ sequence to generate sequential values for the ACCOUNT_ID column. You issue this statement: ALTER TABLE account MODIFY (finance_charge NUMBER(8,2));
Which statement about the ACCOUNT_ID_SEQ sequence is true?
Show comments for this question (1)
Add comments
Link to this question
|