Update command
Answer / madhavansvce
update tablename set column name = value where condition.
| Is This Answer Correct ? | 7 Yes | 0 No |
What is commit in db2?
What is reorg in database?
How do you prepare a COBOL + DB2 program from coading till execution ?
What does DML stand for and what are some examples of it?
Lot of updates have been done on a table due to which indexes have gone haywire. What do you do?
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
database DSNDB01 means a.db2 catalog b.db2 directory c.BSDS d.active logs answer with reason please
What is db2 catalog database?
how to resolve -811 error. give clear explination
What are common abends
What is rebind in db2?
Say CUST Table contains records like: CUSTNO CUSTNAME CUSTLOC 100 ABC SSS 200 XYZ 300 PQR 400 MNO WWW 500 CVV ------------- ------------- Now write a query to retrieve all records with CUSTLOC no data.