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> Last updated
Was this helpful?