How to create table in db2?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashawasthi
    New Member
    • Jun 2009
    • 1

    How to create table in db2?

    How do I create tables in DB2?
  • fuangwith
    New Member
    • Mar 2010
    • 3

    #2
    You can use db2cc, db2ce, or other fontend to create table in db2.

    Comment

    • senthilt
      New Member
      • Mar 2010
      • 4

      #3
      You can use lot of DB2 products like File-Aid for DB2 & etc.

      Comment

      • Amarnath Reddy N
        New Member
        • May 2010
        • 11

        #4
        you can use many tools like Drivers, clients, accessories, and other resources to create tables in db2

        simple steps using clp (command-line processor) to create table.

        db2start
        db2 connect to DB_NAME

        db2 "create table t1(c1 int)"

        you can find client tools downloads here,

        Comment

        Working...