| 1Z0-235 Exam |
| 1Z0-235 - Exam Information |
| Question of the day |
You created a table using the following command: SQL> CREATE TABLE oe.orders_history (ord_id NUMBER(4), ord_date DATE, cust_id NUMBER(4), ord_tot NUMBER(11,2)) PCTUSED 40 PCTFREE 30 INITRANS 5 MAXTRANS 10 STORAGE (INITIAL 32K NEXT 32K PCTINCREASE 50 MINEXTENTS 5 MAXEXTENTS 100) TABLESPACE users;
Answer(s)
a month, you realize that the rows in the table are no longer required and you decide totruncate the table by using the following command:SQL> TRUNCATE TABLE oe.orders_history REUSE STORAGE;What are the two effects of this command? (Choose two.)A. No undo data is generated.
All rows are removed but no extents are deallocated.