Update command
Answer / madhavansvce
update tablename set column name = value where condition.
Is This Answer Correct ? | 7 Yes | 0 No |
Hi Team, Please tell me, If i don't declare the cursor in the program and i have given open and fetch and close, then what error will get.
What is the reason behind not using select * in embedded sql programs?
What is subquery ?
What is rct?
what is a plan and how do you refer the plan in the program?
What is check constraint. Explain with example.
What is phantom read in db2?
I use CS and update a page. Will the lock be released after I am done with that page?
What is node in db2?
There is a 5000 EMP in company.how we find out the 5th highest getting salary employee outof 5000 employes........
Do we need cursor for Count(*)?
If we have 100 records in the PF, we deleted all the records then what is the Size of the PF?