View Single Post
  #3 (permalink)  
Old 09-25-2006, 09:07 PM
nitin singhal
 
Posts: n/a
Default Oracle answer. Re: Write a SQL statement to change the name of a record?

[sql]
update employee set status='manager' where empsalary=10000;
[/sql]
Edit/Delete Message Reply With Quote