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...


can we drop column from a table

Answers were Sorted based on User's Feedback



can we drop column from a table..

Answer / srini

We can not drop a column. If we want we can append colume
with ALTER command.

Is This Answer Correct ?    30 Yes 9 No

can we drop column from a table..

Answer / prem

It depends on DB2 version.
In DB2 V9 we can drop a column.
In DB2 V8 we cant.

Is This Answer Correct ?    12 Yes 3 No

can we drop column from a table..

Answer / kumar

It is not possible directly. Indirectly we could do it.
Create a view by eliminating the column (th one to be
deleted). Drop the table or create a new table. Copy from
the view to the newly created table. Pl correct if I'm
wrong.

Is This Answer Correct ?    7 Yes 3 No

can we drop column from a table..

Answer / anand

yes .. can be dropped..

Is This Answer Correct ?    2 Yes 8 No

can we drop column from a table..

Answer / rbs

yes we can drop, but column should not have any data.
eg: ALTER TABLE <TB NAME> DROP COLUMN Col-name.

Is This Answer Correct ?    3 Yes 10 No

can we drop column from a table..

Answer / zoheb ali ahmed

Drops only take place at, minimum, table level.

Is This Answer Correct ?    0 Yes 13 No

can we drop column from a table..

Answer / nitesh

yes we can drop any column
ALTER TABLE <TABLENAME> DROP COLUMN <COLUMNNAME>
e.g ALTER TABLE EMP DROP COLUMN NAME

Is This Answer Correct ?    20 Yes 36 No

Post New Answer

More DB2 Interview Questions

How does one bind 2 versions of a CICS transaction with the same module name in two different CICS regions that share the same DB2 subsystem?

2 Answers  


For unmatched rows returned from an outer join, the column values in the other table are set to null e.g If A OUTER JOIN B returns some unmatched rows from A, the corresponding column values in B will be set to null. What can be done so that a null value is not displayed for these columns?

3 Answers  


What is a trigger in the db2 database?

0 Answers  


i want to maintain uniqueness on pdf without make lf??????????

0 Answers  


What is drop table?

0 Answers  


What is the FREE command?

1 Answers  


What is referential integrity?

5 Answers  


Is it possible using max on a char column?

0 Answers  


What is package versioning? Please give an example.

1 Answers  


What is dbrm in db2 database?

0 Answers  


wt is view ? wht r the restrictions for view ?

3 Answers   Verizon,


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  


Categories