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

1 month ago
3

I am continuing the last PDO video. We will Insert, Update, and Delete a record from the database. I will be breaking this long video into several parts.

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...