Answer Posted / 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 |
Post New Answer View All Answers
What are foreign keys in db2?
Explain the benefits you can get from mainframe connect?
Define db2 and its databases?
What are types of indexes?
Explain about rct in db2?
what is utility for parm lib
How to execute stored procedure in db2 command editor?
What is db2 optimizer?
Which isolation level provides maximum concurrency?
What is the syntax for creating a table in the db2 database?
What is cobol db2?
How can you classify the locks in db2?
What is dclgen (declaration generator)?
What is nvl in db2?
How can we read records for specific member in CL? AND rpg?