This repository contains SQL queries for analyzing global COVID-19 death and vaccination data using the coviddeaths
and covidvaccinations
tables.
-
Basic Data Retrieval:
- Retrieve data from
coviddeaths
andcovidvaccinations
tables.
- Retrieve data from
-
Total Cases vs Total Deaths in the United States:
- Analyze likelihood of dying from COVID-19 in the United States.
-
Total Cases vs Population:
- Determine the percentage of population that contracted COVID-19.
-
Highest Infection Rates:
- Identify countries with the highest infection rates compared to population.
-
Highest Death Counts:
- Identify countries and continents with the highest death counts.
-
Global COVID-19 Data:
- Analyze global data, including total cases, total deaths, and death percentages.
-
Vaccination Progress:
- Combine
coviddeaths
andcovidvaccinations
data to analyze vaccination progress.
- Combine
-
Temporary Table and View:
- Create a temporary table (
percent_population_vaccinated
) and a view (percent_population_vaccinated_view
) for data storage.
- Create a temporary table (
Feel free to explore, modify, and contribute to this project as needed. Happy coding!