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

5 months ago
5

I am continuing the PDO video. We already talked about will Insert, Update, and Select records from the database.

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 are using the DELETE command. The DELETE statement deletes records from a database. Once, you delete you can't get it back unless you perform a backup of your database.

Loading comments...