What is nvl in db2?
No Answer is Posted For this Question
Be the First to Post Answer
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
suppose in my table 10 rows are there , i want to update odd rows salary as 90000 ? how u do it ? any one help me ? what do we use here cursor-fetch or normal sql ?
How can we read records for specific member in CL? AND rpg?
Why do chiropractors use drop table?
What is consistency token in db2?
What is UNION,UNION ALL?
can we view the access paths created by dbrm ? how ? thx
What is a db2 package?
Give a brief description of db2 isolation levels?
What technique is used to retrieve data from more than one table in a single SQL statement?
What is dbrm? What it contains? When it will be created?
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