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
How do I start db2 in windows?
What is the default page size of buffer pools?
What is reorg?
What does db2 plan contain?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
How can you find out the # of rows updated after an update statement?
define clustering index.
How to access db2 tables in mainframe?
What r the comman abends in db2, jcl and cobol???????
What is blu acceleration in db2?
List some fields from sqlca?
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
How do I delete a table in database?
How do you select a row using indexes in db2?