List out the buffer pools in db2
No Answer is Posted For this Question
Be the First to Post Answer
How to resolve the -305 error code in DB2? And also please let me know, how to resolve the db2 error codes.
What is a page in db2?
How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.
What is cursor with hold option in db2?
How will you delete duplicate records from a table?
What is database reorganization?
What is subquery ?
how does the defining of a stored procedure effect the size of a DB2 data base A) it increases the size of a data base B) it decreases the size of a data base C) it does not effect the size of the data base D) it changes the table space structures
If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?
how to take the back up of the DB2 table.
How do u achieve record level locking in DB2 versions when record level locking is not allowed?
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