+ 2
What will happen if I want to overwrite an already inserted row?
If i accidentally entered a wrong value and if i want to correct my mistake by overwriting then what should i do?
1 Odpowiedź
+ 1
In SQL you can also use UPDATE to update existing data.