Re: Is there a SQL92 compliant CREATE TABLE statement?

From: Serge Rielau <srielau_at_ca.ibm.com>
Date: Thu, 17 Jan 2002 14:04:50 -0500
Message-ID: <3C472052.91AD1DB_at_ca.ibm.com>


Hi Johann,

I think CREATE TABLE is in fact standardized. But only the core. So your CREATE TABLE t(c1 INT); is likely compliant. But as sson as you get into more advanced features or the intercation between the SQL level and teh physical mapping (such as tablespaces) you're likely in vendor specific terrain. Maybe if you take a look at the book "SQL99 complete, really" (OK, not SQL92,...)
you'll find the information you look for.

Cheers
Serge

--
Serge Rielau
DB2 UDB SQL Compiler Development
IBM Software Lab, Canada
Received on Thu Jan 17 2002 - 20:04:50 CET

Original text of this message