#197. The LINE_ITEM table contains these columns: LINE_ITEMID NUMBER(9)
ORDER_ID NUMBER(9)
PRODUCT_ID VARCHAR2(9)
QUANTITY NUMBER(5) You created a sequence called LINE_ITEMID_SEQ to generate sequential values for the LINE_ITEMID column. Evaluate this SELECT statement: SELECT line_itemid_seq.CURRVAL FROM dual;
Which task will this statement accomplish?
Show comments for this question (1)
Add comments
Link to this question
|