Basic Sales Summaryfrom a Tiny SQLite Database using Python i have created a small sql database with product quantity and price, then i have written a sql query to find the total revenue earned and the sum of the quantity
After creating a database i have uploaded the database to juypter lite notebook,then imported pandas ,sqllite,and matplotlib libraries to the notebook,after importring i have used conn function to connect the database to python libraries,
I have written the python codes to create a bar chart using matplotlib.