What is the difference between spufi and qmf?
Name the different types of Table spaces.
Can we use group-by clause in sub-query? If 'yes' means,Will it be executed successfully or else If 'no' means why should we not using that method? Give me your suggestion please....
what is the responsibility of the construction superintendent
Why do chiropractors use drop table?
How do you concatenate the firstname and lastname from emp table to give a complete name?
What is a view? Why use it?
What is the maximum size of a char data type in db2?
How could one combine a set of incremental image copies into a single copy?
What is db2 instance?
How to resolve SQL Code -310. The db table feild is declared as Decimal(7,2).
how to u check the query is executing or not ?where will u check for sqlcode ?
Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?