Skip to content

This project focuses on exploring COVID-19 data using Microsoft SQL Server (MSSQL). The goal is to analyze various aspects of the pandemic, such as covid deaths, covid vaccinations, new case, population, and so on. By leveraging the power of MSSQL for data management and analysis

Notifications You must be signed in to change notification settings

KeerthanaPalanikumar/Data-Exploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Data Exploration using MSSQL

This project involves analyzing Covid-19 data using various SQL techniques, including joins, common table expressions (CTEs), temporary tables, window functions, aggregate functions, creating views, and converting data types. Key analyses include:

  • Initial Data Selection: Filtering and ordering Covid-19 death data.
  • Total Cases vs. Total Deaths: Calculating death percentage among confirmed cases in different locations.
  • Total Cases vs. Population: Determining the percentage of the population infected with Covid-19.
  • Infection Rates: Identifying countries with the highest infection rates compared to their populations.
  • Death Counts: Finding countries and continents with the highest total death counts.
  • Global Statistics: Summarizing global new cases and deaths, and calculating the global death percentage.
  • Vaccination Analysis: Examining vaccination data to find the percentage of populations vaccinated using rolling sums.
  • Using CTEs and Temp Tables: Performing calculations with CTEs and temporary tables to determine vaccination percentages.
  • Creating Views: Storing vaccination data for future visualizations.

This project provides insights into Covid-19's impact across different regions and the effectiveness of vaccination campaigns.

About

This project focuses on exploring COVID-19 data using Microsoft SQL Server (MSSQL). The goal is to analyze various aspects of the pandemic, such as covid deaths, covid vaccinations, new case, population, and so on. By leveraging the power of MSSQL for data management and analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages