The Zomato SQL Data Analysis project aims to derive meaningful insights from a set of tables related to user information, sales transactions, and product details. The project database, named "zomato," consists of tables such as "users," "sales," "product," and "goldusers_signup," capturing essential data for analysis.
Calculates the total amount spent by each customer on Zomato.
Determines the number of days each customer has visited Zomato, considering sales, gold membership signup, and user signup dates.
Identifies the first product purchased by each customer.
Determines the most purchased item on the menu and the number of times it was bought by all customers.
Finds the most popular item for each customer based on purchase frequency.
Identifies the item purchased first by a customer upon becoming a gold member.
Determines the item purchased by a customer just before becoming a gold member.
Calculates the total orders and amount spent by each customer before becoming a gold member.
Calculates points earned by customers in the first year after joining the gold membership.
Ranks all transactions for each customer based on the transaction date.
Ranks transactions for gold members and assigns "NA" for non-gold members.
This Zomato SQL Data Analysis project offers a comprehensive exploration of user behavior, purchase patterns, and loyalty programs, providing valuable insights for strategic decision-making and improving user experience on the Zomato platform.