| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Is there a SQL92 compliant CREATE TABLE statement?
Johann Sander wrote:
>
> Hello,
>
> can anybody please pass the syntax of an SQL92 compliant CREATE TABLE
> statement (if there is one)?
table_def ::=
"create" [ ( "global" | "local" ) "temporary" ] "table"
table_name
table_element_list
[ "on" "commit" ( "delete" | "preserve" ) "rows" ]
-- JeffReceived on Thu Jan 17 2002 - 14:54:49 CST
![]() |
![]() |