View the Exhibit. The DBA creates a new user as follows: SQL> CREATE USER manfus IDENTIFIED BY manfus TEMPORARY TABLESPACE temp; User manfus creates a table as follows: SQL> CREATE TABLE material(id NUMBER(3)); In which tablespace will the material table be created?() A:SYSTEM B:USERS C:PROD D:SYSAUX E:TEMP
出自:Oracle认证