View Single Post

   
  #1 (permalink)  
Old 02-25-2008, 01:57 AM
Jack Miller
 
Posts: n/a
Default Generating CREATE TABLE statements

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
Reply With Quote