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 / satish
select count(*) from sysibm.systables where creator='owner'
select * from sysibm.systables
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the cobol picture clause of the db2 data types date, time, timestamp?
Mention some fields that are a part of sqlca.
How do I import data from excel to db2?
How do I delete a column in db2?
What is db2 bind process?
How do you concatenate the firstname and lastname from emp table to give a complete name?
How do I connect my db2 database to ibm?
Is db2 free?
How to test SQL -911 error while developing COB-DB2 program
What is the result of open cursor statement?
How to check last update on table in db2?
How to find primary key of a table in db2?
How to retrieve rows from a db2 table in embedded sql?
What is the difference between plan and package in db2?
Mention the downsides of page level lock.