Thanks for stating how to determine where the foreign key goes. I've been trying to figure this out for so long now. It makes so much sense!
@DatabaseStar Жыл бұрын
Happy to help!
@edenabreha84172 жыл бұрын
Thank you this video is the best tutorial i have ever seen so far with a great explanation.Great Work!
@DatabaseStar2 жыл бұрын
Thanks! I'm glad you like the video.
@ronaldjohnson44705 жыл бұрын
Thank you, I enjoyed the complete tutorial. Both parts were were helpful.
@DatabaseStar5 жыл бұрын
Glad you liked it!
@jessicajimmy51714 жыл бұрын
kzbin.info/www/bejne/qIPQemRsftCkfZI
@smitpatel13583 жыл бұрын
Thanks Ben for your work! It’s an amazing tutorial!!
@DatabaseStar3 жыл бұрын
Glad you like it!
@ExcelTutorials12 жыл бұрын
Very well explained, thank you!!
@DatabaseStar2 жыл бұрын
Thanks, glad you like it!
@Garrison863 жыл бұрын
thank you so much! very helpful content, Cheers
@DatabaseStar3 жыл бұрын
You're very welcome!
@StevenTse4 жыл бұрын
what if an account have multiple customer (e.g. Subsidiary account )? how to achieve this?
@DatabaseStar4 жыл бұрын
If an account has multiple customers, you can put the foreign key of the account in the customer table. You can check out my video on "one to many relationships" for an example of this: kzbin.info/www/bejne/amiyop-eoNiBf6M
@name19273 ай бұрын
Nice video 👍🏻
@DatabaseStar3 ай бұрын
Thanks!
@eulitamubaiwa96523 жыл бұрын
Thank you for the explanation 👌👏👏
@DatabaseStar3 жыл бұрын
Happy to help!
@senju312 жыл бұрын
Is it possible to insert information into the parent table and not into the child table?
@DatabaseStar2 жыл бұрын
Yes you can do this, you can write an insert statement for the other table.
@senju312 жыл бұрын
@@DatabaseStar So there would be two insert statements?
@senju312 жыл бұрын
I ask because I was doing regular inserts into a table called contractors and it worked but then I tried to contractors to a new table and then tried to the insert into the same table (contractors) and it wouldn't. I want to be able to continue doing inserts into the original table.