Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sameeh-hussein/northwind-sql-practice

Northwind database SQL script with categorized practice queries (Easy, Intermediate, Hard) for improving SQL skills.
https://github.com/sameeh-hussein/northwind-sql-practice

sql sql-server

Last synced: 5 days ago
JSON representation

Northwind database SQL script with categorized practice queries (Easy, Intermediate, Hard) for improving SQL skills.

Awesome Lists containing this project

README

        

# Northwind Database SQL Scripts

## Overview

This repository contains the SQL script for the Northwind database, along with a collection of categorized SQL queries designed to help you practice and improve your SQL skills. The queries are divided into three difficulty levels: Easy, Intermediate, and Hard.

## Contents

- **Northwind-SQL-Script**: The complete SQL script to create and populate the Northwind database.
- **Easy_Queries.sql**: A set of beginner-friendly SQL queries.
- **Intermediate_Queries.sql**: A set of SQL queries with moderate difficulty, intended to challenge your understanding of SQL.
- **Hard_Queries.sql**: A set of advanced SQL queries designed to test and push your SQL skills to the limit.

## Usage

1. Clone the repository to your local machine.
2. Use the `Northwind-SQL-Script` script to set up the Northwind database on your SQL server.
3. Practice the queries provided in the categorized SQL files to improve your SQL proficiency.