You can use SQL Developer to create a table.
In the following example, you create a table called purchase_orders
in the HR
schema. The table has the following columns:
Column Name | Data Type | Size | Not Null | Primary Key |
---|---|---|---|---|
|
|
Yes |
Yes |
|
|
|
200 |
No |
|
|
|
Yes |
||
|
|
Yes |
To create the PURCHASE_ORDERS table in the HR schema:
See Also:
" About Tables"