#147. The PO_DETAIL table contains these columns: PO_NUM NUMBER NOT NULL Primary Key
PO_LINE_ID NUMBER NOT NULL Primary Key
PRODUCT_ID NUMBER Foreign Key to PRODUCT_ID column of the PRODUCT table
QUANTITY NUMBER
UNIT_PRICE NUMBER(5,2) Evaluate this statement: ALTER TABLE po_detail ENABLE CONSTRAINT po_num_pk;
For which task would you issue this statement?
Show comments for this question (1)
Add comments
Link to this question
|