Table Content Source
Determines the column content of the table, whether it is via defining each of the columns or copying them from another source.
Grammar Syntax
<table contents source> ::=
    <table element list> 
  | <typed table clause> 
  | <as subquery clause>   <table element> ::=
    <column definition> 
  | <table period definition> 
  | <table constraint definition> 
  | <like clause> Click here to go to the ANSI SQL Standard specification for this syntax.
Navigate to the following pages to get more details about the translation spec for a specific column definition syntax.
Last updated
Was this helpful?