What is the maximum size of a char data type in db2?
Mention data types used in db2 ?
how to u check the query is executing or not ?where will u check for sqlcode ?
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
In BIND, isolation level parameter specifies the duration of page lock and ACQUIRE, RELEASE also do almost the same thing. What is the exact difference between the two? Do they work in conjunction while executing SQL queries and obtaining locks?
What is the physical storage length of date data type?
What is a thread?
how can we find nth max salary from A table
Is db2 a mainframe?
How do I delete a table in db2?
What is a correlated sub query?
what is sql abend code -801,-802?
EXPLAIN has output with MATCHCOLS = 0. What does it mean?