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?

Answers were Sorted based on User's Feedback



I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl..

Answer / s

SELECT count(*) from SYSIBM.SYSTABLES
WHERE CREATOR = 'OWNER' ;

Is This Answer Correct ?    4 Yes 0 No

I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl..

Answer / satish

select count(*) from sysibm.systables where creator='owner'

select * from sysibm.systables

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

Define db2 and its databases?

0 Answers  


What are db2 error codes -305 and -407. What is the difference between these 2 error codes ?

1 Answers  


What is a view? Why use it?

3 Answers  


What is dbrm? What it contains?

0 Answers  


How do I create a view in db2?

0 Answers  






what is a corelated subquerry?

0 Answers   IBM,


What is db2 optimizer?

0 Answers  


what is SPUFI ?

2 Answers  


What information is contained in a SYSCOPY entry?

2 Answers  


How many Buffer pools are there in DB2 and what are they?

1 Answers   IBM,


Are views updateable?

0 Answers  


What is meant by concurrency?

1 Answers  


Categories