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 / s
SELECT count(*) from SYSIBM.SYSTABLES
WHERE CREATOR = 'OWNER' ;
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the max length of sqlca?
Explain package in db2 and its advantages?
Define db2.
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
Explain about open switch business continuity software?
What is the use of db2 optimizer?
What is view db2?
How to create backup table in db2?
What is the physical storage length of the data types date, time, and timestamp?
What is dbrm? When it will be created?
What is multi row fetch in db2?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What is db2 connect?
What is dbrm? What it contains?
How to check last update on table in db2?