What is ALTER ?

Answers were Sorted based on User's Feedback



What is ALTER ?..

Answer / s

ALTER is a DDL (data definition language) statement to make
changes to the description of the table.

Is This Answer Correct ?    3 Yes 0 No

What is ALTER ?..

Answer / om yadav

modify the structer of table.
1. add column.
2. midify column.
3. drop column.
4. add or remove constraint.

Is This Answer Correct ?    1 Yes 0 No

What is ALTER ?..

Answer / jitendra

ALter is to change db2 table definition. for eg:
Alter tablename
add column number(11,2)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

select 100 records from million records ?

2 Answers   Verizon,


What is the difference between primary key & unique index ?

6 Answers   Patni, Temenos,


What is the purpose of using commit?

0 Answers  


What is the difference between Primary key and unique index?

6 Answers  


What is the role of the data page in the db2 database?

0 Answers  


How to resolve SQL Code -310. The db table feild is declared as Decimal(7,2).

2 Answers   IBM, Infosys,


How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.

3 Answers  


What is an inner join, and an outer join ?

1 Answers   CTA,


what is dynamic cursor?gives syntax for this?

1 Answers   TCS,


what are the copybook changes generally we done?can anyone tell me......... Thanks in advance........

1 Answers  


how to resolve -805. give clear explination for that

2 Answers   IBM,


What is the size of a data page?

2 Answers   IBM,


Categories