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
How will you return the number of records in table?
What is database reorganization?
Where do you specify them?
Explain packages.
How to test SQL -911 error while developing COB-DB2 program
What is reorg?
What is phantom read in db2?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
Can we update view in db2?
What is declare cursor?
How can deadlocks be resolved?
What is dbrm? When it will be created?
How do you stop a db2 database in linux?
Explain about dbrm.
Mention the downsides of page level lock.