Once you create a view, where would information about the
view be stored?
What is the purpose of rollback and commit?
What is a correlated sub query?
how will i display the duplicate record's from a table... i don't want to eliminate ...i want to display the duplicate record...for example in my table i have 10 record's like record no(1,2,3,4,2,9,6,1) in this ...so i want to receive duplicates...
i want to know how the commit option works,how it save the changes? it will update the database or what ? where we can see these saved changes?
which is the most efficient tablespace?? a.simple tablespace. b.partitioned tablespace. c.segmented tablespace. d.none of the above. please post answer with the reason.?
What is role in db2?
How can you display the current date & current time ?
What's the Maximum Length of SQLCA and what's the content of SQLCABC?
what is rebinding ?
Suppose we are doing transaction in a table and abend happened in between. Suppose i have completed the transaction upto X rows and I want to start the transaction again where the abend happened. I don't want to do the transaction from the first record. Then what i have to do.
5 rows are inserted to a DB2 Table. Next 3 of those are updated, then a rollback is issued. What would happen when the rollback is issued?
what is static sql? what is dynamic sql? Give me details