What is the maximum length of sqlca?
No Answer is Posted For this Question
Be the First to Post Answer
What techniques will be used to avoid deadlock??
What is a DB2 plan?
What are the disadvantages of using VARCHAR?
How to get the ddl of a table in db2?
What techniques are used to retrieve data from more than one table in a single SQL statement?
What is the meaning of -805 SQL return code?
How many buffer pools are there in DB2?
assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it
When is the skeleton cursor table created?
Why use RUNSTAT Utility?
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
What is the purpose of the SDSNLOAD dataset in the STEPLIB while running DB2 programs?