CREATE A TABLE WITHOUT NOMINATING A TABLESPACE—IT WILL BE CREATED IN YOUR DEFAULT TABLESPACE, WITH ONE EXTENT

2.

Create a table without nominating a tablespace—it will be created in your

default tablespace, with one extent:

create table tab24 (c1 varchar2(10));