Question: Table names: ['users', 'category', 'date', 'listing', 'venue', 'event', 'sales'] Column names: [('event_id',), ('venue_id',), ('cat_id',), ('date_id',), ('event_name',), ('start_time',)] Question 35 (4 points) Go back to the

Table names: ['users', 'category', 'date', 'listing', 'venue', 'event', 'sales']

Column names:

[('event_id',), ('venue_id',), ('cat_id',), ('date_id',), ('event_name',), ('start_time',)]

Table names: ['users', 'category', 'date', 'listing', 'venue', 'event', 'sales'] Column names: [('event_id',),

Question 35 (4 points) Go back to the notebook - In section 2 you have all the functions to connect you to the tickets database from homework 3. Given those tables, please write a query that does the following: gets the top five events that have the highest average price per ticket in the listing table. Return just the event_id and the average price per ticket aliased as avg_price Paste your query string in the text box. Question 35 (4 points) Go back to the notebook - In section 2 you have all the functions to connect you to the tickets database from homework 3. Given those tables, please write a query that does the following: gets the top five events that have the highest average price per ticket in the listing table. Return just the event_id and the average price per ticket aliased as avg_price Paste your query string in the text box

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!