SQL Learning Path - Having Statements Discussion
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
Hey Collin, just want to say thanks for this resource. Learning a ton 💪
Hey Avery! This comment made my day. I’m super glad to hear that you’re finding it useful! 😀
Collin, terrific course. I used it as a refresher and found it thorough, detailed, and frankly, fun. Appreciate your hard work. These videos take a long time to plan out. A++. Thank you.
I'll be using this as part of my Ruby on Rails training as I will be making use of the built-in API functions that interact with the Postgres database.