What are the functions of Bind?
Answers were Sorted based on User's Feedback
Answer / swetha dasari
there are three things bind does:
1. as stated above, it derives the most optimised path for
each SQL in the DBRM.
2. it does a syntax check. this might sound redundant, but
here is where it refers to the DB2 Catalog and verifies the
table names, column names etc.
3. it checks authorization. here is where it checks if the
user has bind access to the table refered.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ms. stanley
To create the most optimal path for the SQL Queries in the
program
| Is This Answer Correct ? | 3 Yes | 0 No |
How does coalesce work?
What is the purpose of the SDSNLOAD dataset in the STEPLIB while running DB2 programs?
What is a system catalog table in db2?
What is pagespace?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
What is the physical storage length of timestamp data type?
wht displays the number of times a query modified ?
What is the maximum No of rows per page?
What is the difference between Where and Having Clause
What is difference between *omit and *nopass?
What is node in db2?
How does DB2 store NULL physically?