In cursor program perform para varying until 1 by 1 fetch para cursor------close para in the blank what will come for confirming in the database?
HCL,
1 6351I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?
10 14388How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?
3 21691I have two tables A and B. Both tables are connected with SSN number as foreign key. I want to retrieve a column data from B table. How will you write a query?
CTS,
3 8860While creating a table, by mistake you have given size of one field as 10. But as per requirement size should be 8. What is your next step?
4 113481) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).
1 6696
What is a db2 cursor?
Can you use max on a char column?
Is db2 a programming language?
How do I import a csv file into db2?
can we view the access paths created by dbrm ? how ? thx
What do you mean by between and in? Is between inclusive of specified range values?
What is the physical storage length of date data type?
How do I delete a table in database?
What does reorg do in db2?
Which isolation level provides maximum concurrency?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is netezza database?
What is query_cache_limit?
What types of tables are there in the db2 database?
What is the physical storage length of time data type?