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
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
What is cascading rollback?
What does sqlcabc has?
What is the maximum No of rows per page?
What is the use of dclgen in db2?
How does cobol compile db2 program?
What is the max length of sqlca?
What is commit in db2?
What are the prerogatives?
What's The Error Code For Unique Index Voilation?
Highlight all the advantages that are attached to a package.
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
What is db2 connect?
What is the connection string to connect to the DB2 Database ?
Is ibm db2 open source?