This project implements the basics of SQL Queries using Python. With any excel document you can query the data to output the table with certain requirements.
A query must be in this format select ____ from _____ where _____ "*" means that it will capture all the rows and columns.