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

https://github.com/dabdul21/sql-server-database

I'm teaching myself SQL using Murach’s SQL Server 2022 for Developers. My work includes completing practice problems, comparing my solutions with the book's, and tackling assignments.
https://github.com/dabdul21/sql-server-database

murach-textbook sql sql-server

Last synced: 11 months ago
JSON representation

I'm teaching myself SQL using Murach’s SQL Server 2022 for Developers. My work includes completing practice problems, comparing my solutions with the book's, and tackling assignments.

Awesome Lists containing this project

README

          

# SQL Learning Journey

## Overview

This repository documents my journey of learning SQL using *Murach’s SQL Server 2022 for Developers*. It includes my solutions to practice problems, comparisons with the book's solutions, and assignments.

## Contents

The files in this repository are organized as follows:

- **Notes**: General SQL concepts, important syntax, and explanations.
- **Weeks**: Each week's folder contains:
- **Practice Problems**: SQL queries and exercises from the book, along with my solutions.
- **Assignments**: Additional exercises and self-assigned tasks to reinforce learning.
- **Solutions**: Book-provided solutions for comparison.

## Learning Goals

- Master SQL queries for data retrieval and manipulation.
- Understand database design principles and normalization.
- Work with stored procedures, triggers, and views.
- Optimize queries for performance.

## How to Use

1. **Clone the repository**:
```sh
git clone https://github.com/Dabdul21/SQL-Server-Database.git

cd SQL-Server-Database
## Tools & Resources

- **Book**: *Murach’s SQL Server 2022 for Developers*
- **Database**: SQL Server 2022, GuitarShop, Accounts Payables, Northwind
- **Editor**: SQL Server Management Studio (SSMS) / Azure Data Studio

## Contributing

This repository is for personal learning, but feel free to fork it if you'd like to use or modify the resources.