Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m7moudgadallah/iti-database-labs
This is the ITI-Database-Labs repository. It's here for me to store my solutions to ITI database labs that use Microsoft SQL Server. If you're also working on these labs or need some SQL practice, you might find it useful.
https://github.com/m7moudgadallah/iti-database-labs
database ddl dml dql joins normalization sql sqlserver tsql
Last synced: about 5 hours ago
JSON representation
This is the ITI-Database-Labs repository. It's here for me to store my solutions to ITI database labs that use Microsoft SQL Server. If you're also working on these labs or need some SQL practice, you might find it useful.
- Host: GitHub
- URL: https://github.com/m7moudgadallah/iti-database-labs
- Owner: m7moudGadallah
- License: mit
- Created: 2023-08-16T06:59:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-05T19:12:33.000Z (about 1 year ago)
- Last Synced: 2023-09-05T19:52:35.365Z (about 1 year ago)
- Topics: database, ddl, dml, dql, joins, normalization, sql, sqlserver, tsql
- Language: TSQL
- Homepage:
- Size: 35.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ITI Database Labs
## Table Of Content
- [ITI Database Labs](#iti-database-labs)
- [Table Of Content](#table-of-content)
- [Description](#description)
- [How to Use](#how-to-use)
- [Sharing and Learning](#sharing-and-learning)
- [License](#license)## Description
This is the ITI-Database-Labs repository. It's here for me to store my solutions to ITI database labs that use Microsoft SQL Server. If you're also working on these labs or need some SQL practice, you might find it useful.
**_[↑ top](#table-of-content)_**
## How to Use
**1. Accessing the Solutions:** Just hit the "Code" button and download everything I've got here, including the database backups.
**2. Lab-Specific Folders:** Each lab **_[here](./labs/)_** has its own folder. That's where you'll find the SQL code I've used and the corresponding database backup file.
**3. Exploring the Solutions:** Open a lab folder, and you'll see a README explaining the lab's purpose. There's also the SQL script I wrote to solve the lab.
**4. Your Turn to Shine:** Feel free to dive into the SQL, reuse it, or give it your twist. The best way to learn is by doing!
> **Note:** Additionally, remember to access the **database backup** files from the "**_[backups.zip](./backups.zip)_**" archive. These backups can be a great starting point for exploring and experimenting with the lab scenarios.
**_[↑ top](#table-of-content)_**
## Sharing and Learning
If you've got your own solutions or cool improvements, this is the place to share them. Just keep it friendly and constructive.
**_[↑ top](#table-of-content)_**
## License
Everything here is under the [MIT License](./LICENSE). In simple terms, you can work with the code however you like, just remember to mention the source.
**_[↑ top](#table-of-content)_**
Get ready to dive into the world of databases and SQL🤩!