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
What is database reorganization?
What is table space in db2?
Explain dclgen.
What's The Percentage Free Space ?
What is the syntax for FETCH in DB2 ?
How to view db2 table structure?
What happens in bind step in a db2 program?
What is netezza database?
Define db2.
What is a bind in db2?
How can you quickly find out the # of rows updated after an update statement?
How does a cursor work?
Why do we need reorg in db2?
Is db2 free?
On which levels locks can be applied?