SQL update query

How to update table in SQL database with GUI and update query.

the GUI method is very simple and easy to update the data in SQL database table. we have Point Of Sale database with two table one of them is customer table we have update two record in this tutorial in the customer table. Update query standard pattern
UPDATE table_name SET column1 = value1, column2 = value2, ... WHERE condition;




Watch tutorial for more details 



Comments

Master Template

Login and Signup form/page

Make Login and Signup form in bootstrap