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 / shankar
Select TBNAME from SYSIBM.SYSTABLES where TBOWNER = ' '
- Try 'NAME' and 'OWNER' if TB prefix does not work.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do I optimize a query in db2?
Define data page.
How can we retrieve the total number of records in RPG & CLLE?
How to find the number of rows in a db2 table?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
Before you give the explain statement, what are the prerogatives?
What is the use of predicate?
what is the responsibility of the construction superintendent
How would you find out the total number of rows in a db2 table?
How can you find out the # of rows updated after an update statement?
What are the contents of dclgen?
What is catalog database in db2?
What are bind parameters in db2?
How to create db2 table in mainframe?
What does sqlcabc has?