Running Queries on Relational Data
Now that we’ve created our users and photos tables and connected them using a foreign key, it’s time to actually use that relationship.
Enough theory — let’s write some real SQL queries and see how this relationship helps us fetch meaningful data.
A...
innosufiyan.hashnode.dev3 min read