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



in db2, already 10 columns arie der, and i want to insert 11th column. what parameters u wil conside..

Answer / azharuddinsyed

ALTER TABLENAME
ADD COLUMN <COLUMN NAME> <DATATYPE>(<SIZE>)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More DB2 Interview Questions

Mention some fields that are a part of sqlca.

0 Answers  


List out the data types available.

0 Answers  


What is the max length of sqlca?

0 Answers  


if any of the column names is provided wrong, where do you get the error(during precompilation or during Bind)

3 Answers  


What is isolation level?

4 Answers  






Hi Dude,this is Ram.could any one tell me aboue CURRENT OF clause in DB2. Thanks in advance.......

2 Answers  


Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference

0 Answers  


How will you delete duplicate records from a table?

7 Answers   Google,


What are catalog tables in db2?

0 Answers  


what's the error code for Unique Index Violation?

2 Answers  


i have table agdet i want first 5 maximum commission which query will you write for this thanks in advance

3 Answers  


How to create db2 table in mainframe?

0 Answers  


Categories