Events table: Stores information about each event, like its name and category.EventData table: Contains daily metrics for each event, including:totalRevenue: Total revenue generated by the event on a given day.totalTicketsSold: Total tickets sold on that day.avgTicketPrice: Average ticket price for that day.eventDate: The date of the event metrics. EventData, where EventData holds the daily details.totalRevenue, totalTicketsSold, and avgTicketPriceover the timeframe.totalRevenue in the timeframe is between a specified minimum and maximum.totalTicketsSold and avgTicketPrice (where avgticketprice is average price over that timeframe) based on specified thresholds.totalRevenuein descending order).