Home » DB2 RazorSQL Create Table

DB2 RazorSQL Create Table

by Online Tutorials Library

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

You may also like