Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What are the steps to follow when preparing to create a table?

user-image
Question added by Emad Mohammed said abdalla , ERP & IT Software, operation general manager . , AL DOHA Company
Date Posted: 2015/01/07
Vinod Jetley
by Vinod Jetley , Assistant General Manager , State Bank of India

The create table statement is used to create a new table. Here is the format of a simple create table statement:

create table "tablename" ("column1" "data type", "column2" "data type", "column3" "data type");

Format of create table if you were to use optional constraints:

create table "tablename" ("column1" "data type" [constraint], "column2" "data type" [constraint], "column3" "data type" [constraint]); [ ] = optional

Note: You may have as many columns as you'd like, and the constraints are optional.

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.