Javatpoint Logo
Javatpoint Logo

DB2 RazorSQL CREATE

The CREATE option facilitates you to create many things in DB2 database i.e. create table, create view, create index, create sequence, create procedure, create function, create trigger etc.

DB2 Create1

Create Table

Let's see how to create table using RazorSQL:

DB2 createtable1

Specify the table name and column name.

DB2 createtable2

Now enter the column names and generate SQL.

DB2 createtable3

Now click on execute SQL and it will create a table named "Students".

You will see a pop-up message for successful creation of the table.

DB2 createtable4

You can see the newly created table "Students" in the below image.

DB2 createtable5
Next TopicDB2 Create View





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA