Re: Is there a SQL92 compliant CREATE TABLE statement?

From: Jeff Zucker <jeff_at_vpservices.com>
Date: Thu, 17 Jan 2002 12:54:49 -0800
Message-ID: <3C473A19.CDFB2259_at_vpservices.com>


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" ] 

-- 
Jeff
Received on Thu Jan 17 2002 - 21:54:49 CET

Original text of this message