Oracle
Database Objects
Figo Kim
2006. 9. 2. 17:42
- Table : Basic unit of storage; composed of rows
Can be created at any time.
- View : Logically represents subsets of data from one or more tables
- Sequence : Generates numeric values
- Index : Imporves the performance of some queries
- Synonym : Gives alternative names to object