What are column-name qualifiers used?
Can a unique index have more than one null value? If not, what error code is given if an attempt is made to insert more than one null value?
how to u check the query is executing or not ?where will u check for sqlcode ?
How would you print the output of an SQL statement from SPUFI?
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?
Why do chiropractors use drop table?
Update command
Mention data types used in db2 ?
How is a typical DB2 batch program executed ?
What is the max length of sqlca?
What is the purpose of using commit?
What is the clustering index in the db2 database?
Q3. How will you fetch duplicate values from a DB2 table?