Primary Key & Foreign Key Implementation: MySQL

preview_player
Показать описание

Implementation of Primary Key and Foreign Key, using MySQL
Practical approach and the benefits of using Primary and Foreign key concept in a relational database design.
Рекомендации по теме
Комментарии
Автор

In 24 minutes I understood what my colleagues at work were trying to teach me since last week! Thanks a lot!

alexx
Автор

I went through three other videos before this one finally made sense to me. Thank you so much!

jacobc
Автор

Thank you so much sir. After finding a lot this is the proper explanation of foreign key. Thanks to make this concept so easy.

aritora
Автор

Nice informative... Explanation with practical session helped me in recalling the forgotten things....

shrivatsavs
Автор

Very good video and very helpful, thank you for your contribution, I was helpful, easy and without many complications

AlterMetal
Автор

Thanks man. Simple and clear :)... Cheers !!!

BibeshManandhar
Автор

gracias no sabes como me ayudastes buen tutorial gracias de verdad

tatianamendez
Автор

hey satish, good example and explanation

RIMJANESSOHMALOOG
Автор

is there a way to use a row from one table as a column in another table, also as a foriegn key, so when a row is added to that table a column is added to the other table, thank you.

theafricanwalkchannel
Автор

Thank you very much for make this helpful  video.

AAbir-pnwu
Автор

Hello Mr. Satish B
I would like to know can we make foreign key in mysql without executing a query as though we create table without firing the query i.e. manually???

vipinsaini
Автор

Appreciate your effort!!! I fee l that you could have been little slower... A beginner like me might face difficulty to follow the swift move...

dudelee
Автор

How do we auto fill data into foreign key that is linked to primary key of the other table?
So whenever any data is inserted into primary key, I want that to be filled into foreign key without me having to insert manually.
Any help would be appreciated.
Thanks

swetapatel
Автор

At 04:08 you say that we can have only one primary key in any given table. This is true, however, a primary key can consist of arbitrary many columns. I am not quite sure what your point is there.

IWasHereFirst
Автор

Can you please tell me why did you write auto_increment, next to INT?

StoicPhilosopher
Автор

Is it possible to view the CREATE statements after finish creating the table? 

aslam
Автор

in the enrol Table, why did rol_no begin with a 3? (it is located at the 3:45 time mark). Its very own Auto Increment did not begin at 1.

shahshah
Автор

U r great brother. Keep it up. Kind request, don't use automatic align value in table. It makes little bit confusion while we learnt another concept like foreign key. Other than U r video is really so useful and excellent .... Thanks lot. 😘

baskaranbaluchamy
Автор

in the very beginning of your video, it clicked me about my mistake what I was doing in my databse... BTW thanku

Lifestyle
Автор

why do you keep primary key for enroll table rollid???

vinaysaivarma