The SALES_Q1 and USERS tablespaces exist in one of your databases and TEMP is a temporary tablespace.
Segment creation is not deferred.
You execute this command:

Which three statements must be true so that the SALES user can create tables in SALES_Q1?
(Choose three.)
Recent Comments (The most recent comments are at the top.)
A,C,D
The right answers are:
A -> User needs to have the right privilege to create the object.
C-> The user need quota in the tablespace he wants to create the object (sales_q1).
D-> User needs to be able to create a session or a login in to the database to create objects in the first place.
why B? Having quota in another tablespace isn't any issue so we don't need to remove the quota from tablespace users to be able to create objects in tablespace sales_q1!
A,C,D