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


Please Help Members By Posting Answers For Below Questions

What is buffer pool?

613


Explain the function done by data manager?

856


Which is faster delete or truncate?

679


Define data page.

634


What's The Error Code For Unique Index Voilation?

652






How to execute stored procedures?

620


What is db2 bind?

638


What is the connection string to connect to the DB2 Database ?

614


What is the picture clause of null indicator variable?

690


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 diffrence b/w file-aid tool and file-aid utility???

4181


Why do we bind in db2?

631


What is sqlca’s maximum length?

674


List out the data types available.

704


How does db2 sample database connect?

569