|
Main Menu
Resources
|
SQL UPDATE
The SQL UPDATE Clause is use to enable us can change the data that store in the Table. The UPDATE clause syntax is: UPDATE [TABLE NAME]
We can try to change the score for Kenny to 2300 in the table below. Table GameScores
SQL statement : UPDATE GameScores
After execute the SQL command. The table will look like like this. Column which is highlighted with Yellow is the data that been Changed. Table GameScores
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||

Printer friendly page