How and when does the db2 enforces the unique key?
No Answer is Posted For this Question
Be the First to Post Answer
What is a db2 cursor?
What is bind package and plan in db2?
Can a Db2 table data be retrived through JCL?
For unmatched rows returned from an outer join, the column values in the other table are set to null e.g If A OUTER JOIN B returns some unmatched rows from A, the corresponding column values in B will be set to null. What can be done so that a null value is not displayed for these columns?
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 difference between spufi and qmf?
How would the varchar column remarks defined?
what is utility for parm lib
What keyword does an SQL SELECT statement use for a string search?
How many databases are there?
What is reorg in DB2
What is a subselect? Is it different from a nested select?