Previous |
Next |
This tutorial shows how to create the PERFORMANCE_PARTS
table using the Create Table tool.
To create the PERFORMANCE_PARTS table using the Create Table tool:
On the Connections tab, expand hr_conn.
Under the hr_conn
icon, a list of schema object types appears.
Right-click Tables.
A list of choices appears.
Click New Table.
The Create Table window opens, with default values for a new table, which has only one row.
For Schema, accept the default value, HR
.
For Name, enter PERFORMANCE_PARTS
.
In the default row:
For Column Name, enter PERFORMANCE_ID
.
For Type, accept the default value, VARCHAR2
.
For Size, enter 2
.
For Not Null and Primary Key, accept the default values, deselected.
Click Add Column.
For Column Name, enter NAME
.
For Type, enter VARCHAR2
.
For Size, enter 80
.
Click Add Column.
For Column Name, enter WEIGHT
.
For Type, enter NUMBER
.
Click OK.
The table PERFORMANCE_PARTS
is created. To see it, expand Tables in the navigation frame.