Why use RUNSTAT Utility?

Answer Posted / elavarasi

to provide statistical info. abt table,tablespace and index

Is This Answer Correct ?    20 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is a corelated subquerry?

660


What are the two types of logging in the db2 database? Explain them.

582


what is utility for parm lib

1884


Which isolation level provides highest data integrity?

599


What are types of indexes?

593






What is declare cursor?

613


Why cursor is used in db2?

576


What is a bind in db2?

594


How do I connect my db2 database to ibm?

602


what is the responsibility of the construction superintendent

1664


Explain how can you do the explain of a dynamic sql statement?

654


Is db2 a mainframe?

589


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.

2155


What is host variable in db2 cobol?

604


What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?

714