video #38J - Advance PHP | SQL (Insert, Update, Delete)

15 days ago
5

This is the continuation of #38I am continuing the last PDO video. We are looking at the UPDATE statement modifies existing records with new data.

I am using the MySQL database which is an open-source relational database management system. We are going to use SQL which stands for “Structured Query Language”. It is a domain-specific language used in programming and designed for managing data.

We will use INSERT, UPDATE, and DELETE commands to enable SQL users to manipulate and modify your data.

Loading comments...