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
List some fields from sqlca?
What is the purpose of using commit?
What are the rules for db2 programming?
Where do you specify them?
How to take backup of table in db2?
What is alias in db2?
What is a Foreign Key?
Explain the contents that are a part of dclgen.
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
What do you mean by commit and rollback?
What is the role of union all and union
How do I delete a column in db2?
What is cursor stability in db2?
What is the use of value function?
Explain how can you do the explain of a dynamic sql statement?