Question: Q) You create a table with the following command: SQL> CREATE TABLE test (Col1 Varchar2(30) Primary Key) Tablespace testdata Storage (Initial 50M Next 100M Pctincrease
Q) You create a table with the following command:
SQL> CREATE TABLE test
(Col1 Varchar2(30) Primary Key) Tablespace testdata
Storage (Initial 50M Next 100M Pctincrease 20) Minextents 1 Maxextents 200);
How large the 4th extent Oracle allocates?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
