Foreign Keys
This lesson discusses foreign keys.
We'll cover the following...
Foreign Keys
In this lesson, we’ll discuss foreign keys. Not all storage engines support foreign keys. In MySQL, InnoDB supports foreign keys but MyISAM doesn’t. Let’s try to understand the concept through the example we have been working on in this course. The DigitalAssets table consists of online accounts for actors in our Actors table. The two tables are related to each other by ...
Access this course and 1400+ top-rated courses and projects.