What is precompiler in db2?
No Answer is Posted For this Question
Be the First to Post Answer
db2 query I have one table with the following details. SNO SNAME DOJ ------ -------------------- ---------- 10 KRISH 2007-03-19 20 REDDY 2007-05-19 30 RRRRR 2007-05-19 40 BBBBB 2008-05-19 50 CCCCC 2009-05-19 60 JJJJJ 2009-05-19 70 JJJJJ 2004-05-19 i want the output in the following format:( no of students joined in each year(no nedd to consider about month and date) year count --------- ---------- 2004 1 2007 3 2008 1 2009 2
What are the 2 sqlcodes that are returned?
What is the syntax for seeing the columns and data types of a table in the db2 database?
How to resolve -502 sql code in DB2?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
What is drop table?
What are the benefits of using the db2 database?
How are write I/Os from the buffer pool executed?
For update of a row in cursors, when do we move value into host variable in cobol progrm? is it before open or before fetch ?
What is sqlcode -922 ?
If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?
What is meant by explain?