SQL Data Exploration
Here is the code that I wrote to explore data I found on the Covid-19 pandemic. I used join functions and converted data types to efficiently query the data. I used aggregate functions to examine the statistical significance in each area of the data. I used window functions and temp tables to present the return data in an significant manner. I finished by examining different contents and got outputs that we could compare data from different areas.
View Project