Thursday, December 3, 2009

CREATE TABLE Statement

You must have:
  • storage area
CREATE TABLE [schema.]table (column datatype [DEFAULT expr][, ...]);

You specify:
  • Table name
  • Column name, column data type, and column size

No comments:

Post a Comment

Followers