IF A TABLESPACE IS CREATED WITH THIS SYNTAX

4. If a tablespace is created with this syntax:

create tablespace tbs1 datafile 'tbs1.dbf' size 10m;

which of these characteristics will it have? (Choose all correct answers.) A. The datafile will autoextend, but only to double its initial size. B. The datafile will autoextend with MAXSIZE UNLIMITED. C. The extent management will be local. D. Segment space management will be with bitmaps. E. The file will be created in the DB_CREATE_FILE_DEST directory.