How many clustering indexes can be defined for a table?

Answer Posted / s

Only one clustering index can be defined.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you concatenate the firstname and lastname from emp table to give a complete name?

601


Which component is responsible for db2 startup and shutdown?

626


In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?

579


What is alias in db2?

566


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

232






What is the function of logging in the db2 database?

638


What is db2 optimizer?

770


What is blu acceleration in db2?

603


What is the difference between using bind () and rebind () methods of naming class?

788


What is db2?

739


What is a system catalog table in db2?

586


What is deadlock in db2?

579


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.

2149


Highlight all the advantages that are attached to a package.

627


What is db2 bind process?

753