Oracle Data Dictionary (Cont.)


Some Useful Commands
Schemata
A schema is a collection of tables, indexes, and other related database objects. The full name of a table is schemaname.tablename, e.g., the following two commands are the same for the user/schema wenchen:
 SQL> SELECT title FROM inventory; 
 SQL> SELECT title FROM wenchen.inventory; 



      I threw a boomerang a few years ago.    
      I now live in constant fear.