|
#680. You create the COMPANY table with the NOLOGGING attribute: CREATE TABLE company ( company_id NUMBER(5) NOT NULL, company_name VARCHAR2(4) NOT NULL, address VARCHAR2(200) ] NOLOGGING storage (INITIAL 32l pctincrease 0) ;
Which two operations on the COMPANY table will suppress redo entry generation? (Choose two)
Show comments for this question (1)
Add comments
Link to this question
|