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 |
What is bufferpool in db2?
what are the SQL codes u freequently got?
Explain what are the various isolation levels possible?
How would you find out the total number of rows in a db2 table?
What is the use of dclgen in db2?
What is Reorg Recovery? when will you run it?
What is the difference between group by and order by?
What is db2? Explain.
How to see the structure of db2 table??
What is the meaning of -805 SQL return code?
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
SI Stud name Subject Marks Pass/Fail 1 Sham Maths 40 P 1 Sham Physics 50 P 1 Sham Bio 20 F 2 Ram Maths 40 P 2 Ram Physics 50 P 2 Ram Bio 60 P For the above data , write the SQL query for the student who passed in all the subjects . For eg : I want the data of only Ram coz he passed all subjects .