How do you pull up a query which was previously saved in qmf?
No Answer is Posted For this Question
Be the First to Post Answer
Hi. I am currently working as a application developer. I would like to persue a DB2 certification exam. Can anybody please provide me the details about this exam like Syllabus, Cost and how to take the certification?
What is page size in db2?
What is a host variable?
What is JOIN and different types of JOIN.
How can you do the explain of a dynamic sql statement?
For unmatched rows returned from an outer join, the column values in the other table are set to null e.g If A OUTER JOIN B returns some unmatched rows from A, the corresponding column values in B will be set to null. What can be done so that a null value is not displayed for these columns?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
What is dbrm? When it will be created?
Why might full image copies be faster to implement than an incremental image copy?
if there is a table with huge number of records and if i want to extract only first 3 records from the table, what query i have to provide to retreive first 3 records
Explain correlated sub-queries.
I have some 3 particular fields ..i want to know which all tables have those 3 fields. Is there any way to identify.. can we know by quering system tables..