Viewing 3 posts - 1 through 4 (of 4 total)
Thank you Jeff Moden
newbie
😎
November 19, 2008 at 9:43 pm
#900865
select title_id, type, price, avg(price)
from titles
group by title_id, type, price
order by type
November 19, 2008 at 7:27 pm
#900820
Hello there,
This is the Task:
Select the title_id, type, and price from the titles table along with an average price for all tables
November 19, 2008 at 6:26 pm
#900811