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#|Creating a | + | **[[Oracle:DDL_Create#Sequence|Creating a Sequence]] |
**[[Oracle:DDL_Create#Indentity|Identity Columns]] | **[[Oracle:DDL_Create#Indentity|Identity Columns]] | ||
**[[Oracle:DDL_Create#CTAS|Create Table AS...]] | **[[Oracle:DDL_Create#CTAS|Create Table AS...]] |
Revision as of 17:12, 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.