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
SELECT count(*) from SYSIBM.SYSTABLES
WHERE CREATOR = 'OWNER' ;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is database manager in db2?
What is isolation level in db2?
What is ibm db2 connect?
Define predicate?
What is reorg?
How to connect to db2 database from windows command line?
What is the role of data manager in the db2 database?
What are catalog tables in db2?
What are union and union all?
Can there be more than one cursor open for any program?
What is buffer pool and list some of them?
What are types of indexes?
How to run db2 command in windows?
What is the difference between db2 and oracle?
What is database reorganization?