View the Exhibit.<img src="https://nimg.ppkao.com/2018-08/wangjing/2018080116065733130.jpg?sign=8a2fb7cd69cb05a8abc40457469b4244&t=62d45050" /><br /> The DBA creates a new user as follows: <br /> SQL> CREATE USER manfus IDENTIFIED BY manfus TEMPORARY TABLESPACE temp; <br /> User manfus creates a table as follows: <br /> SQL> CREATE TABLE material(id NUMBER(3)); <br /> In which tablespace will the material table be created?()
A、SYSTEM
B、USERS
C、PROD
D、SYSAUX
E、TEMP