What is the difference between bind and rebind in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is host variable?
what is Runstats? Whem will u choose to runatats?
How do I optimize a query in db2?
What is difference between isnull and coalesce?
What is the cascade rule and how does it relate to deletions made with a subselect?
A Table feild is declared as Decimal(7,2). I want to insert the decimal in to this column thru cobol-db2 program. How should I declare my local input file variable or any suggestion?
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?
Can a array declared with an index be displayed(readable format) in spool?
How do you filter out the rows retrieved from a Db2 table ?
Can I use LOCK TABLE on a view?
What is release/acquire in bind?
I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?