Which statement regarding the above command is correct?

You have three temporary tablespace groups named G1, G2, and G3 in your database. You
are creating a new temporary tablespace as follows:
CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE ‘/u1/data/temp1.dbf’ SIZE 10M
TABLESPACE GROUP ”;
Which statement regarding the above command is correct?

You have three temporary tablespace groups named G1, G2, and G3 in your database. You
are creating a new temporary tablespace as follows:
CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE ‘/u1/data/temp1.dbf’ SIZE 10M
TABLESPACE GROUP ”;
Which statement regarding the above command is correct?

A.
It will create thetablespace TEMP1 in group G1.

B.
It will create thetablespace TEMP1 in the default group.

C.
It will not add thetablespace TEMP1 to any group.

D.
It will throw an error with message ‘specified group is not available’.

E.
It will create thetablespace TEMP1 in group G3.

F.
It will create a new group with a system-generated name and add thetablespace TEMP1
to it.



Leave a Reply 0

Your email address will not be published. Required fields are marked *