What is the difference between oracle and db2?
No Answer is Posted For this Question
Be the First to Post Answer
Which isolation level provides maximum concurrency?
What are the different types of base tables?
How would you move a tablespace (using STOGROUP) to a different DASD volume allocated to that tablespace?
What is copy pending and check pending in db2?
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?
suppose in my table 10 rows are there , i want to update odd rows salary as 90000 ? how u do it ? any one help me ? what do we use here cursor-fetch or normal sql ?
What is bind package and plan in db2?
What is the syntax for FETCH in DB2 ?
when we are trying to update db2 rows. if the program abends . how we will know that the last successful update row was
What is the physical storage length of timestamp data type?
What is dbrm?
What is the purpose of the WHENEVER statement?