Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Common StatementsRSS Feeds

CREATE TABLE

Posted By: Gracie Hughes     Category: Oracle     Views: 1651

CREATE TABLE with example.

CREATE TABLE

CREATE TABLE table_name
(   field1 datatype [ NOT NULL ],
   field2 datatype [ NOT NULL ],
   field3 datatype [ NOT NULL ]...)

CREATE TABLE statement creates a new table within a database. Each optional field is provided with a name and data type for creation within that table. 

  
Share: 

 
 
 

Didn't find what you were looking for? Find more on CREATE TABLE Or get search suggestion and latest updates.

Gracie Hughes
Gracie Hughes author of CREATE TABLE is from London, United Kingdom.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!