Question: USE WHERE to express joins between tables and write SQL queries for problems 1-4: (More aggregation with grouping) 1. For each room in which any
USE "WHERE" to express joins between tables and write SQL queries for problems 1-4: (More aggregation with grouping)

1. For each room in which any session is being held, show the room ID and the number of sessions being held there (with the column heading NumSessions).
2. Show the same information as part (a), but also show the capacity of each room.
3. For each room, show its ID, capacity, and the number of presentations being given there (the heading for this column should be NumPresentations).
4. For each speaker, show their first name, last name, the number of presentations they are giving (with the column heading NumPresentations). Make sure that if the conference were large enough to have two speakers with the same name, each would appear on a different line of the output.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
