How to connect to db2 database from windows command line?
No Answer is Posted For this Question
Be the First to Post Answer
Which component is used to execute the sql statements?
difference between group clause and order clause
how do you resolve -818 error in db2. where we have to see time stamp token. i said by seeing in load module and plan .is it correct or not. give clear explination for how to see time stamp token
pls tell me abt the normalization five types....
Suppose the outcome of executing a query results in a row having null. Based on the answer how you use it? Its declaration and inclusion?
What is ibm db2 client?
How can you quickly find out the # of rows updated after an update statement?
What is Declaration Generator(DCLGEN)?
What do the initials DDL and DML stand for and what is their meaning?
what are the bind parameters?
can we drop column from a table
in the CURSOR declare statement, if i am using an where clause and trying to compare the value with a host-varialble. EXEC SQL DECLARE C1 CURSOR FOR SELECT DEPTNO, DEPTNAME, MGRNO FROM DEPARTMENT WHERE ADMRDEPT = :ADM-DEPT Where would i need to provide value to this host-variable in the where clause. how could i pass value to this host-variable to check it.