Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

how to resolve -811 error. give clear explination

4 Answers   IBM,


5 rows are inserted to a DB2 Table. Next 3 of those are updated, then a rollback is issued. What would happen when the rollback is issued?

2 Answers  


How to resolve -504 sql code in DB2?

2 Answers   Cap Gemini,


Lot of updates have been done on a table due to which indexes have gone haywire. What do you do?

2 Answers  


What do you mean by NOT NULL WITH DEFAULT? When will you use it?

3 Answers  


If I have a view which is a join of two or more tables, can this view be updatable?

3 Answers  


When will you chose to run RUNSTATS?

1 Answers  


What is cascading rollback?

0 Answers  


Can we install 2 different versions of Db2 on same mainframe?

3 Answers  


What are the benefits of using the db2 database?

0 Answers  


can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?

1 Answers  


how can you access index

4 Answers   IBM, Tech Mahindra,


Categories