In previous tutorials we have to learn about how to create database,create table,Insert data,Insert multiple data,data fetching from SELECT command .Now we have to learn how to update data in our records
The UPDATE command used to update the records in database
UPDATE command Syntax :
UPDATE table_name
SET column1=value, column2=value2,...
WHERE some_column=some_value
In this syntax we can see WHERE Clause in UPDATE command Syntax.WHERE clause to check which record or records that should be updatad .
Delhi (Regd. Office): G-78 West Patel Nagar,
New Delhi, Delhi, Pin :- 110008 , India
Phone: +91-8287642586, +91-9873209206, +91-7982466951
Email: info@webdesigninghouse.com
Say NO to SPAM Posts.

Log in to comment or register here.