This project analyzes the PostgreSQL DVD Rental sample database using SQL queries.
The goal of the analysis is to explore revenue patterns, customer behavior, and product performance.
- PostgreSQL
- SQL
- Jupyter Notebook
- Total revenue
- Revenue per month
- Top customers by revenue
- Customers with the most rentals
- Most rented films
- Revenue by film category
- Revenue by store
- Revenue by country
The analysis uses the PostgreSQL DVD Rental sample database.
- Top customer in each country (window functions)
- Running revenue analysis
- Customer segmentation


