What is collection in db2 bind?
No Answer is Posted For this Question
Be the First to Post Answer
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above.
What is cursor?
what is sql abend code -801,-802?
What is a NULL value? What are the pros and cons of using NULLS?
What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?
How to fetch the last row from the table in SQL (db2)?
What is multi row fetch in db2?
what types of copies can be made with the COPY Utility ?
what is the responsibility of the construction superintendent
What is cursor stability?
how can you copy records present in a flat physical file to a database file(physical file).please explain in rpg400 with a simple example
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.