# Note the correct syntax: UPDATE table SET column = %s WHERE condition #update_query = "UPDATE Students SET address = %s WHERE name = 'Rahul Sharma'" update_query ...