Your browser does not support JavaScript. This help page requires JavaScript to render correctly. Creating and Managing Tables
Skip Headers
Previous
Previous
 
Next
Next

Creating and Managing Tables

Tables are the basic units of data storage in Oracle Database. Tables hold all user-accessible data. Each table contains rows that represent individual data records. Rows are composed of columns that represent the fields of the records.

This section contains:

Note: To do the tutorials in this document, you must be connected to Oracle Database as the user HR from SQL Developer. For instructions, see "Connecting to Oracle Database as User HR from SQL Developer".

Related Topics

Tutorial: Viewing EMPLOYEES Table Properties and Data

Oracle Database Concepts

Creating and Managing Schema Objects