in db2, already 10 columns arie der, and i want to insert 11th column. what parameters u wil consider for insertion and how will u insert
Answer Posted / azharuddinsyed
ALTER TABLENAME
ADD COLUMN <COLUMN NAME> <DATATYPE>(<SIZE>)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is dbrm in db2 database?
What os does db2 run on?
What is bind and rebind in db2?
What is a storage group (stogroup)?
How to access db2 tables in mainframe?
Why do we bind in db2?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
What is a plan and package in db2?
What are union and union all?
What is null indicator in db2?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
Define check constraint.
How to retrieve rows from a db2 table in embedded sql?
What is the difference between dbm cfg and db cfg file in db2 ?
What is the maximum number of columns in a db2 table?