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
Can you use max on a char column?
What is the physical storage length of time data type?
What is dbrm library?
What is db2 catalog database?
can any one provide me the link for the db2 v7 & db2 v8 manual for Z/os? i need to know about the syntax of REORG in both versions & need to know the difference as well
What is buffer pool and list some of them?
What is with ur in db2?
List down the types of triggers in the db2 database?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
What is ibm db2 client?
What is the difference between cursor stability and repeatable read isolation levels?
What are catalog tables in db2?
What is bufferpool in db2?
What is the maximum size of varchar data type in db2?
Is db2 free?