Sviat
Joined
1,610 Experience
16 Lessons Completed
0 Questions Solved
Activity
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