This project models the relationship between Authors, Articles, and Magazines using raw SQL with Python classes. It supports:
- Creating and retrieving authors, articles, and magazines
- Tracking article contributions by author and magazine
- Executing complex relationship queries with raw SQL