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 difference between isnull and coalesce?
Define buffer pool.
What are the 2 sqlcodes that are returned?
What is deadlock in db2?
What is bind plan?
List out the data types available.
What are iseries servers?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
Explain the contents that are a part of dclgen.
What is the cobol picture clause of the db2 data types date, time, timestamp?
How to find the maximum value in a column in the db2 database?
How many databases can be created inside an instance in db2 ?
Is ibm db2 open source?
What is cobol db2?
What are the contents of a dclmgen?