What is meant by a unit of recovery?
Answer / deepak dada
amount of proccessing between two commit pts
| Is This Answer Correct ? | 1 Yes | 0 No |
What is innodb buffer pool?
What is the picture clause of null indicator variable?
What is the difference between CS and RR isolation levels?
What is reorg in database?
Can we use group-by clause in sub-query? If 'yes' means,Will it be executed successfully or else If 'no' means why should we not using that method? Give me your suggestion please....
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
cursor with hold explain ?
Can a Db2 table data be retrived through JCL?
how to execute qcmdexc in rpgle?plz write code also?
What are types of indexes?
What is difference between alias and synonym in db2?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?