how would i go about chaging the value of something ive added in a database in sql
eg. originally i inserted this.
Insert into Fruit values
(1, 'Apple', '$4.99'),
(2, 'Orange','$3.99'),
what script would i use to change oranges to 2.99?
is it update?
its for my uni submission but i cant experiment on sql because my computer has flipped out.