Using Foreign Keys to Build Relationships in SQL
So far, we’ve learned about Primary Keys and Foreign Keys.Now it’s time to understand how these two things actually help us build relationships inside a real database.
The big idea is very simple:
All relationships in SQL are created using foreign k...
innosufiyan.hashnode.dev3 min read