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


Please Help Members By Posting Answers For Below Questions

What are host variables in db2?

624


What is catalog database in db2?

640


When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?

3114


When reorg is used?

668


How do you concatenate the firstname and lastname from emp table to give a complete name?

599






Which isolation level provides highest data integrity?

593


what is diffrence b/w file-aid tool and file-aid utility???

4175


Explain in detail about buffer manager and its functionalities?

558


How to view db2 table structure?

585


What is db2?

739


Hello All, We have requirment to Replace BMC Db2 Load product thru CA FAST LOADPlus product. Do anyone have JCL to for FAST LOADPLUS and what all are thing need to take in consideration.

2322


What is check constraint. Explain with example.

642


What do you mean by commit and rollback?

592


Mention the various locks that are available in db2.

614


Explain how can you do the explain of a dynamic sql statement?

649