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

Creating Tables

To create tables, use either the SQL Developer tool Create Table or the DDL statement CREATE TABLE. This topic shows how to use both of these ways to create these tables, which will contain data about employee evaluations:

These tables are part of the sample application that the tutorials and examples in this document show how to develop and deploy.

This section contains:

Related Topics

About Data Definition Language (DDL) Statements

About SQL Developer

Creating and Managing Tables