USE OF %s format specifier OR format() TO PERFORM QUERIES


☞ Now as we know that the database name is school and table name is student. The table has the following attributes.
NOTE : If you will make any changes in the table, then you need to save the changes. To do that you need to call <conection_object>.commit() function.