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?
Answer Posted / s
do a select on SYSIBM.SYSTABLES
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How does a cursor work?
What is dbrm library?
What are the various data types available in db2?
What is the use of db2?
How can you count the number of rows from a table tab?
What is the information associated with sysibm.syslinks table?
How to find the maximum value in a column in the db2 database?
What is query_cache_limit?
What is dclgen (declaration generator)?
Which isolation level provides highest data integrity?
List out the buffer pools in db2
What do you mean by storage group (stogroup)?
How to find primary key of a table in db2?
On which levels locks can be applied?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.