Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sameeh-hussein/northwind-sql-practice
- Owner: Sameeh-hussein
- Created: 2024-08-22T16:11:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T16:23:10.000Z (5 months ago)
- Last Synced: 2025-01-18T12:15:55.474Z (5 days ago)
- Topics: sql, sql-server
- Language: TSQL
- Homepage:
- Size: 215 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.