Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gyginee/databasetraining
"Practice SQL with the WideWorldImportersDW 2016 sample database: Learn advanced querying, stored procedures, and performance optimization techniques in SQL Server."
https://github.com/gyginee/databasetraining
sql-server
Last synced: 3 days ago
JSON representation
"Practice SQL with the WideWorldImportersDW 2016 sample database: Learn advanced querying, stored procedures, and performance optimization techniques in SQL Server."
- Host: GitHub
- URL: https://github.com/gyginee/databasetraining
- Owner: Gyginee
- Created: 2024-10-27T14:38:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T14:46:06.000Z (4 months ago)
- Last Synced: 2025-02-09T00:49:27.339Z (3 days ago)
- Topics: sql-server
- Homepage:
- Size: 44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Practice SQL - WideWorldImportersDW
## Description
This project utilizes the **WideWorldImportersDW 2016** sample database from Microsoft SQL Server to practice data management and analysis skills. The primary tables include `Dimension` and `Fact` tables aimed at storing data for historical analysis and business reporting.## Next Steps
1. **SQL Learning**: Improve SQL skills through basic to advanced querying.
2. **Stored Procedures**: Learn to write stored procedures to handle complex SQL statements that optimize and automate tasks.
3. **Performance Optimization**: Study advanced techniques like query optimization, indexing, and appropriate constraint usage.## Reference Image
To view a visual representation of the database structure, see the image in the `access` folder:
![Database Diagram](Access/dbimg.png)## System Requirements
- SQL Server 2016 or higher
- SQL Server Management Studio (SSMS)## Setup Instructions
1. Clone the project to your local machine.
2. Open SSMS and connect to SQL Server.
3. Execute the SQL files to create tables and stored procedures.