Thread
:
Write a SQL statement to change the name of a record?
View Single Post
#
3
(
permalink
)
09-25-2006, 09:07 PM
nitin singhal
Posts: n/a
Oracle
answer.
Re: Write a SQL statement to change the name of a record?
[sql]
update employee set status='manager' where empsalary=10000;
[/sql]
nitin singhal