|
#222. The CUSTOMER table was created using this CREATE TABLE statement: CREATE TABLE customer( customer_id NUMBER(9), first_name VARCHAR2(30), last_name VARCHAR2(30), STORAGE(INITIAL 100K NEXT 100K PCTINCREASE 50 MINEXTENTS 1 MAXEXTENTS 10) TABLESPACE user_data1;
What is the size of the fourth extent allocated to the CUSTOMER table?
Show comments for this question (1)
Add comments
Link to this question
|