What is an access path?

Answer Posted / anuj tiwari

The order in which the database fields are organized for processing in the program.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create db2 table in mainframe?

631


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


Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?

630


Explain dclgen.

724


What is the purpose of rollback and commit?

595






What are the bind parameters ibm db2?

624


What is buffer pool in the db2 database?

621


What is a db2 tablespace?

602


How to rename a table in DB2 ?

641


What is db2 catalog database?

582


What is netezza database?

573


Mention the definition of cobol in varchar field.

700


Where can you declare a cursor in a cobol-db2 program?

604


What do you mean by commit and rollback?

594


what is the responsibility of the construction superintendent

1664