This beginner SQL project simulates a bookstore database built with SQL Server, Docker, and VS Code.
- Docker (SQL Server)
- Visual Studio Code (mssql extension)
- T-SQL (Transact-SQL)
- Authors: AuthorID, Name, Country
- Books: BookID, Title, Genre, Price, AuthorID (FK)
- Books per genre
- Books with author info
- Filtering and price analysis
- Clone this repo
- Start SQL Server via Docker
- Connect using VS Code
- Run scripts in order:
02_create_database.sql03_insert_data.sql04_queries.sql
Find insights in 05_analysis_report.md
“I built this project to strengthen my SQL skills and practice real-world database design using modern tools like Docker and VS Code.”

