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?
Answers were Sorted based on User's Feedback
Answer / s
SELECT count(*) from SYSIBM.SYSTABLES
WHERE CREATOR = 'OWNER' ;
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / satish
select count(*) from sysibm.systables where creator='owner'
select * from sysibm.systables
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a db2 cursor?
Which are the db2 tools to protect integrity of the database?
Explain about open switch business continuity software?
Plan is an executable form of sql statements,But what exactly resides inside a Plan. what are the details inside Plan.
What are the various locks available?
What is dbrm? What it contains? When it will be created?
what is plan? is plan executable or package?
Where is the access path logic created by the DB2 Optimizer stored?
In cursor program perform para varying until 1 by 1 fetch para cursor------close para in the blank what will come for confirming in the database?
How to find last record before record through SQLRPGLE?
What is isolation level in db2?
What are the bind parameters ibm db2?