Oracle SQL provides several capabilities as part of Data Definition Language (DDL). In this blog, we are going to visit following,
- Create Table
- Identity columns
- Modify Table, for addition of column, modifification of columns, rename of columns,deletion of column.
- Rename Table
- Drop Table
- Truncate Table
- Virtual column
create table
Identity column
Alter table
Drop table
Virtual column