How is the value function used?
Answer / Jaideep Shrivastava
The VALUE function in DB2 returns a single row result set containing a scalar value. It's often used with SQL functions and system functions to retrieve values.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is bufferpool in db2?
What is the difference between IN subselects and EXISTS subselect?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
where will u check for sqlcode ?
Generally if I want to select the names starting with c I need to use c% But how could I code to select the data which contains % as a part of data.
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
my project is insurance management system,how to explain my work environment in interview?
What is meant by AUTO COMMIT?
What does runstats do in db2?
what is Runstats? Whem will u choose to runatats?
What do you mean by NOT NULL? When will you use it?
can any body explain about plan and pakage in detail....