Question: Querying Data Using Connector/Python Write a Python script that deducts one percent from the amounts paid for purchases made in the month of December. The
Querying Data Using Connector/Python
Write a Python script that deducts one percent from the amounts paid for purchases made in the month of December. The amounts customers paid are listed in the payments table. The output of your script should show the payments before the rebate and the payments after the rebate.
Database Name: Classic Table name: payments Column name: customerNumber, checkNumber, paymentDate, amount
Python version: 3.4.0 MySQL WorkBench 8.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
