What is a page in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is table space in db2?
what is the use of bind parameter, Replace?
What is cursor?
What happens to a cursor after a commit?
What are the three DB2 date and time data types and their associated functions?
How do you eliminate duplicate values in db2?
What does runstats do in db2?
What is load replace in db2?
How to get Top 10 Salaries from a Table
select distinct(empid),distinct(dept),name from EMP will the above query work?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)