Answer Posted / 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 View All Answers
Which isolation level provides maximum concurrency?
What is the difference between oracle and db2?
How can you find out the # of rows updated after an update statement?
What is db2 command?
List down the data types in the db2 database.
What is the maximum size of varchar data type in db2?
Which command is used to connect to a database in DB2 ? Give the Syntax.
How to find the number of rows in db2 tables?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
How do you select a row using indexes in db2?
How can the duplicate values be eliminated from db2 select?
How to access db2 tables in mainframe?
How to view db2 table structure?
Give the name of some fields form sqlca.
What are the various data types available in db2?