MySQL tutorial 18 – Foreign Keys




This tutorial will teach you how to create, add and remove, foreign keys in MySQL. Follow me on social media: Twitter: https://twitter.com/QuentinWatt Facebook: …

Original source


28 responses to “MySQL tutorial 18 – Foreign Keys”

  1. Hey Quentin, how's it going? I was just wondering if you are able to make some more vlogs of Johannesburg, it is completely understandable if you are not able to, but I would like to see some more, please. And also, are you going to be making an angular series?

  2. Thank you:) But i have a question, when i insert a row and there is a forgein key , i could just insert the plain id( VALUES (0….)) or i need to grab the id from the table that i link to(VALUES(SELECT ID FROM user WHERE ….))? Cuz i dont find any answer on internet

Leave a Reply