Required Attributes

From InterBase
Jump to: navigation, search

Go Up to Defining Columns


You are required to specify:

  • A column name, which must be unique among the columns in the table.
  • One of the following:
  • A SQL data type (<datatype>).
  • An expression (<expr>) for a computed column.
  • A domain definition (<domain>) for a domain-based column.