What is a clustering index ?

Answer Posted / s

Clustering index determines where the row will be inserted.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the cobol picture clause of the db2 data types date, time, timestamp?

617


Mention the way of highlighting as well as putting a cursor to use in a cobol program.

628


What is an instance in db2?

563


What is dclgen in db2?

678


What is query_cache_limit?

544






What is bind package and plan in db2?

593


What is difference between alias and synonym in db2?

643


What is db2? Explain.

606


What is cursor in dbms?

592


How to check last update on table in db2?

628


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


How do I import data from excel to db2?

615


I HAVE 500 ROW TO UPDATE I WOULD LIKE TO USE ROLLBACK ALONG WITH COMMIT.WHAT IS THE SYNTAX TO CODE COMMIT AND ROLLBACK FOR EVERY 100 ROWS.AND HOW THE CURSOR ROLLBACK TO THE LAST COMMITTING POINT.

2757


What is ibm db2 connect?

573


What are the uses of db2 optimizer?

817