This repository contains practice exercises and solutions for SQL data analysis, based on a course I completed on LinkedIn Learning. The course covered various SQL concepts, including handling missing values, working with dates, common SQL functions, and data visualization.
This is a forked repository, originally provided as part of the LinkedIn Learning course on SQL data analysis. The full course is available from LinkedIn Learning. The original repository contained datasets and exercise files, which have been used here for practice and further learning.
- Data Cleaning: Techniques to identify and handle missing or inaccurate values.
- Date Functions: Working with dates for data analysis, including filtering and formatting.
- Common SQL Functions: Usage of aggregate functions, string functions, and conditional logic in SQL.
- Data Visualization: Basic data visualization techniques using SQL queries.
- Clone the Repository
git clone https://github.com/yourusername/sql-data-analysis-practice.git
- Navigate to the Project Directory
cd sql-data-analysis-practice - Open the SQL Files
- Use any SQL-compatible database system (e.g., MySQL, MSSQL, PostgreSQL) to run the scripts.
- Load the datasets from the
datasetsfolder and execute the SQL scripts from theexercisesorsolutionsfolder.
This repository is for educational purposes and follows the licensing terms of the original forked repository. Please refer to the LICENSE file for more details.
- LinkedIn Learning for providing the SQL Data Analysis course and the original repository.
- The course instructor for guiding through the various aspects of SQL data analysis.