Skip to content

Explore COVID-19 data globally with SQL queries in this repository. Analyze death rates, vaccination progress, and key insights. Includes temporary table creation for efficient data storage.

Notifications You must be signed in to change notification settings

nihareeka/covid-world-data-analysis-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COVID Data Analysis Project in SQL

This repository contains SQL queries for analyzing global COVID-19 death and vaccination data using the coviddeaths and covidvaccinations tables.

Key Queries

  1. Basic Data Retrieval:

    • Retrieve data from coviddeaths and covidvaccinations tables.
  2. Total Cases vs Total Deaths in the United States:

    • Analyze likelihood of dying from COVID-19 in the United States.
  3. Total Cases vs Population:

    • Determine the percentage of population that contracted COVID-19.
  4. Highest Infection Rates:

    • Identify countries with the highest infection rates compared to population.
  5. Highest Death Counts:

    • Identify countries and continents with the highest death counts.
  6. Global COVID-19 Data:

    • Analyze global data, including total cases, total deaths, and death percentages.
  7. Vaccination Progress:

    • Combine coviddeaths and covidvaccinations data to analyze vaccination progress.
  8. Temporary Table and View:

    • Create a temporary table (percent_population_vaccinated) and a view (percent_population_vaccinated_view) for data storage.

Feel free to explore, modify, and contribute to this project as needed. Happy coding!

About

Explore COVID-19 data globally with SQL queries in this repository. Analyze death rates, vaccination progress, and key insights. Includes temporary table creation for efficient data storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published