Database Security Oracle Question:

Explain What is default tablespace?

Answer:

The Tablespace to contain schema objects created without specifying a tablespace name.

SYSTEM is the default tablespace. if the user doesnt have a default tablespace, or hasnt mention the default tablespace clause while creating the table, the table would be created in the SYSTEM tablespace.

Read All 23 Database Security Questions
Previous QuestionNext Question
Explain What are the responsibilities of a Database Administrator?Explain What is a user Account in Oracle database?