First page Back Continue Last page Summary Graphic
Oracle Schema Objects
Tables.
- Tables are the basic unit of data storage. Data is stored in rows and columns.
Views.
- View is a tailored presentation of the data contained in one or more tables (or other views).
Indexes.
- Indexes are optional structures associated with tables. You can create indexes explicitly to speed SQL statement execution on a table.
Notes: