Tema4 SQL 1
Tema4 SQL 1
a. select all locations that have the capacity between 200 and 1000 persons
d. Select all locations that have the cost 0,500,600, are in Brasov and Cluj-Napoca, and han
sustain a capacity greater that 1000 persons
a. return the results for min, max, average based on "EventCost" column
e. compute the total cost associated with each location (hint grouped by)
b. Select location name, location cost and event cost for a specific event
c. Return the first 3 events (with eventName, locationname), that have the greatest event cost, in
alphabetical order (after their names)