Entering content frame

Process documentation Database Design Locate the document in the library structure

Purpose

Database design is the conversion of your logical data model into database objects. The advantages of a well thought out database design include the following:

      Good performance

      Parallel data usage

      Low redundancy

      Data integrity

      User friendliness

Prerequisites

      You have created and configured a database instance (see Creating and Configuring a Database Instance).

      You have designed a logical data model.

Process Flow

Note

Note the Database Design Tips.

...

       1.      Use DDL (Data Definition Language) statements to define database objects. You can create the following database objects, among others:

       Tables and view tables

       Columns (including suitable data types)

       Value ranges and constraints

       Primary keys

       Indexes

       Database procedures and functions

       Triggers

See

SQL Tutorial, Structure linkData Definition

SQL Reference Manual, Data Definition

       2.      You create the database users and assign the required authorizations. See

SQL Tutorial, Structure linkAuthorization

SQL Reference Manual, Authorization

Result

You can use either SQL statements or the Loader database tool to add data to the database. See

SQL Tutorial, Structure linkData Manipulation

SQL Reference Manual, Data Manipulation

Documentation for the Structure linkLoader

See also:

Overview of the Database System

Performance

 

Leaving content frame