YOU CREATE A USER WITH THIS STATEMENT

2. You create a user with this statement:

create user jon identified by oracle default tablespace example;

What more must be done before he can create a table in the EXAMPLE

tablespace? (Choose all correct answers.)

A. Nothing more is necessary.

B. Give him a quota on EXAMPLE.

C. Grant him the CREATE TABLE privilege.

D. Grant him the CREATE SESSION privilege.

E. Grant him the MANAGE TABLESPACE privilege.