Previous |
Next |
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:
PERFORMANCE_PARTS
, which contains the categories of employee performance that are evaluated and their relative weights
EVALUATIONS
, which contains employee information, evaluation date, job, manager, and department
SCORES
, which contains the scores assigned to each performance category for each evaluation
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: