SQL Learning Path - Having Statements Discussion
Discussion for
SQL Learning Path - Having Statements
I have a question about replacing store_id
with stores.name
if we add JOIN to the query (4:50 for example). Would it be valid replacement if there are multiple stores with the same name but obviously with different ids? Can we replace store_id
with stores.id
instead? Thanks