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 / nitesh
SELECT TABNAME FROM SYSCAT.TABLES WHERE OWNER='<ownername>
eg. SELECT TABNAME FROM SYSCAT.TABLES WHERE OWNER='NITESH'
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
On which levels locks can be applied?
What is bind in db2?
what is the role of the cursor in db2?
What is the maximum size of a char data type in db2?
How do I import a csv file into db2?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What is the default page size of buffer pools?
What are union and union all?
What is check constraint in db2?
What is the use of with ur in db2?
What is the difference between cursor stability and repeatable read isolation levels?
How can we read records for specific member in CL? AND rpg?
What are the various data types available in db2?
What r the comman abends in db2, jcl and cobol???????
How is the value function used?