Database Tutorial

Course Tutorial Site

Site Admin

CREATE

without comments

Week #2: Articles

Learning Outcomes

  • Learn how to create tables.
  • Learn how to create sequences.
  • Learn how to create indexes.

DDL Commands

CREATE Statement

You can apply the CREATE statement to many objects in the database. For example, you can create databases, users, tables, indexes, sequences, synonyms, types, view, and directories. Initially, you will create tables, indexes and sequences.

CREATE tables

This section shows you how to create tables.

CREATE sequences

This section shows you how to create sequences.

CREATE indexes

This section shows you how to create indexes.

Written by michaelmclaughlin

August 7th, 2018 at 12:52 am

Posted in