What is coalesce in db2?
No Answer is Posted For this Question
Be the First to Post Answer
what is a collection?
What is dclgen in db2?
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?
How Plan is created while executing the query using SPUFI?
if any of the column names is provided wrong, where do you get the error(during precompilation or during Bind)
How do you eliminate duplicate values in db2?
What is clone table?
What Utility is used to migrate DB2 from one release to the next?
what is parm utility
How will you return the number of records in table?
when i am trying to update a table having 1000 rows. the program abends.how we will come to know the last successful updated row was. we are not using any commit operations
Say CUST Table contains records like: CUSTNO CUSTNAME CUSTLOC 100 ABC SSS 200 XYZ 300 PQR 400 MNO WWW 500 CVV ------------- ------------- Now write a query to retrieve all records with CUSTLOC no data.