Can we able to find all the Table names under a Particular
Plan?
Answer / vat
Absolutely! Just look at the catalog table SYSIBM.SYSPLANDEP
It's pretty straight forward! It recrods the dependencies
of plans on tables, views, synonyms, table spaces, indexes,
aliases, functions and stored procedures.
| Is This Answer Correct ? | 12 Yes | 0 No |
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
When is the skeleton cursor table created?
Mention and explain the contention situations caused by locks?
What is a DB2 access path?
How does DB2 use multiple table indexes?
cursor with hold explain ?
How to create a table using embedded sql?
What are the three DB2 date and time data types and their associated functions?
how do you resolve -805?
Where are plans stored?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
What are the various isolation levels possible?