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.
- Host: GitHub
- URL: https://github.com/dabdul21/sql-server-database
- Owner: Dabdul21
- Created: 2025-03-02T04:14:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T04:44:58.000Z (11 months ago)
- Last Synced: 2025-03-02T05:25:46.033Z (11 months ago)
- Topics: murach-textbook, sql, sql-server
- Homepage:
- Size: 8.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.