A.SYSAUX B.TOOLS C.UNDO D.INDEX E.SYSTEM F.USERS G.TEMP
A.NLSLANG B.NLSLENGTHSEMANTICS C.NLSTERRITORY D.NLSLANGUAGE E.NLSCHARACTERSET F.NLSDATELANGUAGE G.NLSNCHARCHARACTERSET
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