What is a DB2 bind?
Answer / tintu raveendran
It is the process of creating an executable module from the
source DBRM. Its functions are,
Checks the syntax of the SQL defined in the program (DBRM)
Checks whether the object accessed by the SQL physically
exists.
Does an authorization check.
Creates the optimum access path for the query using the
DB2 optimizer.
| Is This Answer Correct ? | 8 Yes | 2 No |
What is DCLGEN ?
What are common abends
What is a correlated sub query?
What does runstats do in db2?
Once you create a view, where would information about the view be stored?
what is check point and restart Logic ? why do we go for that ??
Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code?
Can a unique index have more than one null value? If not, what error code is given if an attempt is made to insert more than one null value?
what is difference between Plan and Package
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
DB2 is a A) data base/data communication system B) data base C) RDBMS D) Programming language
What is EXPLAIN?