6. QUEL and EQUEL Statements
:
Create Statement—Create a Table
:
Syntax
Share this page
Syntax
[##]
create
[
locationname:
]
tablename
(
columnname
=
format
[
null_clause
]
{
,
columnname
=
format
} [
null_clause
]
)
[
with
[
location =
locationname
]
[
no
]
journaling
[
no
]
duplicates
]]