CLASS - XII - PARAMETERIZED SQL QUERIES - PART 2 | INTERFACE PYTHON WITH MYSQL

Опубликовано: 06 Август 2026
на канале: GCTechHub CSTutorials
74
3

This is the second part of the topic "Using Parameterized SQL Queries" when working with Python and MySQL connectivity. We are currently using the Old Style of parameterized sql queries. In this video, I have explained the methods of INSERTION, UPDATING AND DELETION using the old style.

We need to also save the changes to the database using the commit() function.