In my SQL project, I conducted an exploratory analysis of Covid-19 deaths and vaccination data from March 2020 to June 2021 using MS-SQL Server. The raw dataset, sourced from Our World in Data, was imported into a SQL Database on my local machine. The analysis involved using various SQL skills, including Joins, CTEs, Temp Tables, Window Functions, Aggregate Functions, Creating Views, and Converting Data Types.
- Joins
- Common Table Expressions (CTEs)
- Temporary Tables
- Window Functions
- Aggregate Functions
- Creating Views
- Converting Data Types
COVID-19 Deaths Dataset ( https://ourworldindata.org/covid-deaths )
MS-SQL Server