What is an instance database?
No Answer is Posted For this Question
Be the First to Post Answer
How to resolve deadlock issue
What is the use of runstats in db2?
i have cobol+ db2 program but it contains n number of subprograms for this how many dbrm members i need to mention in bind process
How to run db2 command in windows?
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
what needs to be done if a table is in copy pending / check pending status?
What is a DB2 bind?
What does sqlcabc has?
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
Name the different types of Table spaces.
What is an instance in db2?
How do you retrieve the first 5 characters of firstname column of db2 table emp?