DB2 SQL Query

Table1 has the following data –
Book Chapter
----------------------------
DB2 Retrieval
DB2 Updates
DB2 Locking
COBOL File processing
COBOL Working storage
JCL Job statement
CICS Maps
What will be the result of the query
SELECT BOOK FROM TABLE1 GROUP BY BOOK HAVING COUNT(*) > 1
a.DB2, COBOL, JCL, CICS
b.DB2, COBOL
c.JCL, CICS
d.DB2, CICS
e.JCL, COBOL

DB2, COBOL

Questions by radibioinfo   answers by radibioinfo

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions