System Tables Views Oracle PLSQL

SQL>
SQL> select default_tablespace, temporary_tablespace
  2    from dba_users where username = 'SCOTT';
no rows selected
SQL>
SQL>
SQL> drop table foo;
Table dropped.
SQL>
SQL>