CREATE Statement in Oracle
CREATE Statement in Oracle
CREATE statement is used to create a new database object. Its applicable below database objects in SQL:
- TABLE
- VIEW
- INDEX
- SEQUENCE
- SYNONYM
We will discuss only about tables in this article.
Create
CREATE statement is used to create a new database object. Its applicable below database objects in SQL:
We will discuss only about tables in this article.