Bind concepts in DB2 cobol
Answer Posted / sharath
Nice Explanation from suresh, Appreciate if he gives more information about Bind function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain in brief how does db2 determine what lock-size to use?
What is buffer pool in the db2 database?
How to compare data between two tables in db2?
Give a brief description of db2 isolation levels?
What is plan in cobol db2?
What is the difference between plan and package in db2?
How to get the ddl of a table in db2?
What is concurrency?
What os does db2 run on?
What is schema in db2?
What is a plan and package in db2?
What is the use of runstats in db2?
What are types of indexes?
What is a bind in db2?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?