What is a host variable?
Answers were Sorted based on User's Feedback
Answer / s
Host Variables are data structures used to recieve column
values from the table.
| Is This Answer Correct ? | 3 Yes | 0 No |
Host variable is a cobol equivalent variable for a table column.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is -904 sql code? How to resolve it?
What techniques are used to retrieve data from more than one table in a single SQL statement?
how to fetch multiple records without using cursor
Write a query to retrive partial string.
What is the connection string to connect to the DB2 Database ?
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 ?
Can you use a select query in a loop to fetch multiple rows? If so what is the advantage of using a cursor?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
If a non-DB2 program calls a DB2 program, the calling program's name will be there in SYSIN of IKJEFT01 and the plan name will be that of the called program. But is a bind needed or a plan has to be created for the non-DB2 program also?
I have a table name Table1 which contain columns Cust_no, car_model, country, salesamt. The records are 101, Fiat, India, 12345 2nd record is 102, Tata, USA, 98743 3rd record is 101, indica, India, 65342 4th record is 103, Toyota, UK, 64522 5th record is 103, Maruti, USA, 98632 and so on..... Now my question is write sql query which will give me detail about the sum of sales amount in perticular country
what is the soft code for deadlock ?
What is a db2 schema?