What is a db2 package?
No Answer is Posted For this Question
Be the First to Post Answer
what is differnece between DROP TABLE & DELETE TABLE .
Explain what are the various isolation levels possible?
What are foreign keys?
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
How to resolve the -305 error code in DB2? And also please let me know, how to resolve the db2 error codes.
What is db2 purescale?
What else is there in the PLAN apart from the access path?
I have a table name Table1 which contain columns Cust_no, car_model, country, salesamt. The records are 101, Fiat, India, 12345 2nd record is 102, Tata, USA, 98743 3rd record is 101, indica, India, 65342 4th record is 103, Toyota, UK, 64522 5th record is 103, Maruti, USA, 98632 and so on..... Now my question is write sql query which will give me detail about the sum of sales amount in perticular country
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
What does DSNDB07 database do?
Is it possible to precompile if db2 goes down?
Suppose if I need to update a column, how you do that using cursor?