In the WHERE clause what is BETWEEN and IN?
Is BETWEEN inclusive of the range values specified?
What is 'LIKE' used for in WHERE clause? What are the wildcard characters?
When do you use a LIKE statement?
What is the meaning of underscore ( _ ) in the LIKE statement?
6. What do you accomplish by GROUP BY .... HAVING clause?
How do you specify and use a cursor in a COBOL program?
How would you retrieve rows from a DB2 table in embedded SQL?
What is the COBOL picture clause for a DB2 column defined as DECIMAL(11,2)?
What is DCLGEN ?
What are the contents of a DCLGEN?
Is it mandatory to use DCLGEN? If not, why would you use it at all?
Is DECLARE TABLE in DCLGEN necessary? Why it used?
What is EXPLAIN?
Where is the output of EXPLAIN stored?
How do you do the EXPLAIN of a dynamic SQL statement?
Where do you specify isolation levels ?
What are the isolation levels possible?