Update command
Answer / madhavansvce
update tablename set column name = value where condition.
| Is This Answer Correct ? | 7 Yes | 0 No |
What is the maximum length of sqlca?
What is the difference between cursor and select statement?
How do you Load a table ?? and what is Load replace ?
What is the meaning concurrency in the db2 database?
How do you find the maximum value in a column in db2?
What is REORG? When is it used?
Name some fields from SQLCA
Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)
What is the STOSPACE Utility used for?
What is a SELECT statement?
What are the various data types available in db2?
I am getting a error multiple row fetched while executing a Cobol-DB2 program.How can I solve it without using a cursor.