Project Brief
Your task for today’s project is to query data from an SQL database.
Step-By-Step Instructions
Download this data.db database file.
The database contains an invoices table which contains the following data.
Create a Python script that prints out all the rows that have Germany as the BillingCountry and have a Total of 2.0 or more.