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
How would the varchar column remarks defined?
Mention some fields that are a part of sqlca.
How do I import data from excel to db2?
What is db2 bind?
What is the reason behind not using select * in embedded sql programs?
Explain db2.
How many types of page locks can be held in db2?
What is meant by union and union all?
What is a db2 cursor?
What does sqlcabc has?
How to rename a table in DB2 ?
What does reorg do in db2?
What is the role of schema in the db2 database?
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
When do you specify the isolation level?