To update a single record in the database, use the following SQL statement:
UPDATE person SET first_name = 'Omar', last_name = 'Montana' WHERE id = 2011;
References
To update a single record in the database, use the following SQL statement:
UPDATE person SET first_name = 'Omar', last_name = 'Montana' WHERE id = 2011;
References