Name some fields from SQLCA
How will you delete duplicate records from a table?
What are the various locking levels available?
in a table consist of 1000 records among that i was updated 145 record how could i know that ..list of recently updated record's and where could i see those updated record's....pls help me out....
query to just fetch first matching row and stop execution. once one matching row is found ..no more records should be checked.. if the first record is matching.. the query must stop
How do you leave the cursor open after issuing a COMMIT? (for DB2 2.3 or above only)
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic
Normalization in DB2 – first normal form, second normal form
What is the difference between static and dynamic SQL?
Before you give the explain statement, what are the prerogatives?
How can i install db2 9.x on AIX based system..? plz reply the detailed steps involved....?
can we drop column from a table
where will u check for sqlcode ?