Is schema the same as database?
No Answer is Posted For this Question
Be the First to Post Answer
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?
what is the difference between join and union?
How can you get the number of rows impacted by the last executed query?
What is cursor?
How many databases can be created inside an instance in db2 ?
When is the access path determined for dynamic SQL?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
Is DECLARE TABLE in DCLGEN necessary? Why it used?
What is the purpose of the SDSNLOAD dataset in the STEPLIB while running DB2 programs?
What is a clustering index ?
What will the COMMIT accomplish?