What is the result of using command Update without where clause?

Questions by nancyphilips   answers by nancyphilips

Showing Answers 1 - 3 of 3 Answers

narasimha reddy

  • Nov 7th, 2007
 

Use of update command without WHERE Clause is it sets the values total table column
For Example
 
UPDATE EMP SET ADDRESS=BANGALORE

The above command sets the address to the total rows in the table column.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions