in this database tutorial we will learn that how we can update a row or specific record using sql query in sql server.
UPDATE stores SET city = ‘There’ WHERE stor_id = ‘TEST’
Tags:
Database