Generating CREATE TABLE statements
From: Jack Miller <jm_at_asdfaf.com>
Date: Mon, 30 Jan 2006 16:53:44 GMT
Message-ID: <swrDf.2327$0J3.1435_at_trndny08>
Hi,
Date: Mon, 30 Jan 2006 16:53:44 GMT
Message-ID: <swrDf.2327$0J3.1435_at_trndny08>
Hi,
Is there any SQL command in Oracle that returns a "CREATE TABLE" 
statement in Oracle. For example in MySQL there is a command called
 
"SHOW CREATE TABLE <tableName>"
 
This command can be sent from any client and it returns the script for 
the table.
 
Thanks
