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 / satish
select count(*) from sysibm.systables where creator='owner'
select * from sysibm.systables
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you classify the locks in db2?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
Explain about rct in db2?
How to execute stored procedures?
What type of database is db2?
Define data page.
what is a corelated subquerry?
What is db2 instance?
How do I delete a column in db2?
What is page size in db2?
How do you stop a db2 database in linux?
How to restart a DB2 program?
What are concurrency issues?
How to find the number of rows in a db2 table?
Which is faster delete or truncate?