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
What is image copy in db2?
What is the cobol picture clause of the db2 data types date, time, timestamp?
How can the duplicate values be eliminated from db2 select?
What is a db2 table?
What is check constraint in db2?
What is dbrm? When it will be created?
What do you mean by rollback?
What is db2 stogroup?
What is the physical storage length of timestamp data type?
What is ibm db2 connect?
What is the syntax for FETCH in DB2 ?
What is dclgen in db2?
What is cursor stability in db2?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
What are bind parameters in db2?