Which command is used to connect to a database in DB2 ? Give the Syntax.
What does sqlcabc has?
what is different three logs in DB2?
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?
suppose in my table 10 rows are there , i want to update odd rows salary as 90000 ? how u do it ? any one help me ? what do we use here cursor-fetch or normal sql ?
What is the reason behind not using select * in embedded sql programs?
When the like statement is used?
What is explain plan in db2?
What is db2 instance?
What is the difference between IN subselects and EXISTS subselect?
How can you find out which query is taking lot of time to execute in cobol-db2 program ?
What do you mean by cursor?
I HAVE 2 TABLES ONE IS EMP_TABLE AND ANOTHER DEPT_TABLE.EMP_TABLE CONTAINS NAME,DEPTNO,DEPTNAME,LOCATION AND DEPT_TABLE CONTAINS DEPTNO,DOJ(DATE OF JOINING).I WANT TO DISPLAY NAME,DEPTNAME,DOJ AND WHO ARE JOINED BETWEN 01- JAN-2007 TO 01-JAN-2008?