Difference between revisions of "Oracle:Data Definition Language"
From mi-linux
Jump to navigationJump to searchLine 6: | Line 6: | ||
* [[Oracle:DDL_Create|Creating a table]] | * [[Oracle:DDL_Create|Creating a table]] | ||
** [[Oracle:DDL_Create#Composite Keys|Composite Keys]] | ** [[Oracle:DDL_Create#Composite Keys|Composite Keys]] | ||
− | **[[Oracle:DDL_Create# | + | **[[Oracle:DDL_Create#Sequences|Creating a Sequence]] |
− | **[[Oracle:DDL_Create# | + | **[[Oracle:DDL_Create#Identity|Identity Columns]] |
**[[Oracle:DDL_Create#CTAS|Create Table AS...]] | **[[Oracle:DDL_Create#CTAS|Create Table AS...]] | ||
* [[Oracle:DDL_Drop|Dropping a table]] | * [[Oracle:DDL_Drop|Dropping a table]] |
Revision as of 17:14, 23 June 2016
Main Page >> Oracle and SQL >> Workbook >> DDL
Data Definition Language Commands (DDL)
This section looks at how tables can be created, altered or dropped:
Return to the Workbook.