What are the functions of Bind?

Answers were Sorted based on User's Feedback



What are the functions of Bind?..

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

What are the functions of Bind?..

Answer / ms. stanley

To create the most optimal path for the SQL Queries in the
program

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More DB2 Interview Questions

Can we delete records from view?

0 Answers  


What does db2 mean?

0 Answers  


What is a Resource Control Table(RCT)? Describe its characteristics.

3 Answers  


What is sqlcode -811?

7 Answers   Accenture, CTS, TCS,


Can we able to find all the Table names under a Particular Plan?

1 Answers   CTS,


I HAVE 2 TABLES ONE IS EMP_TABLE AND ANOTHER DEPT_TABLE.EMP_TABLE CONTAINS NAME,DEPTNO,DEPTNAME,LOCATION AND DEPT_TABLE CONTAINS DEPTNO,DOJ(DATE OF JOINING).I WANT TO DISPLAY NAME,DEPTNAME,DOJ AND WHO ARE JOINED BETWEN 01- JAN-2007 TO 01-JAN-2008?

6 Answers   Perot Systems,


run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...

0 Answers   IBM,


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

0 Answers  


What does it mean if the null indicator has -1, 0, -2?

1 Answers  


How many buffer pools are there in DB2?

2 Answers  


How to create a table using embedded sql?

1 Answers  


What is dbrm library?

0 Answers  


Categories