DBA > Job Interview Questions > DB2 ( IBM Database 2 ) Interview Questions

I need to view the number of tables existing und

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

I need to view the number of tables existing under one particular OWNER

Q: I need to view the number of tables existing under one particular OWNER. Is it possible ? If so, please give the SQL query for this ?

An:
The query SELECT * FROM SYSTABLES WHERE OWNER = should work.

(Continued on next question...)

Other Job Interview Questions