How do I delete a table in db2?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More DB2 Interview Questions

My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .

3 Answers   Cap Gemini, RBS,


What is the command used by TSO users to invoke DB2?

2 Answers   IBM,


What is db2 catalog database?

0 Answers  


What os does db2 run on?

0 Answers  


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

0 Answers  






How can we read records for specific member in CL? AND rpg?

0 Answers  


Is it possible to precompile if db2 goes down?

4 Answers   Target,


How can you quickly find out the number of rows updated after an update statement?

1 Answers   CSI, CTS,


wht are the restrictions for union ?

2 Answers   CTS,


What is buffrpool? Where we use it ?

2 Answers   Tesco,


What is the COBOL picture clause for a DB2 column defined as DECIMAL(11,2)?

5 Answers   Emsang,


How do I create a view in db2?

0 Answers  


Categories