⟩ Explain What is default tablespace?
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.