Тёмный

Database Design 34 - Modality 

Caleb Curry
Подписаться 644 тыс.
Просмотров 42 тыс.
50% 1

Start your software dev career - calcur.tech/de... 💯 FREE Courses (100+ hours) - calcur.tech/al...
🐍 Python Course - calcur.tech/py...
✅ Data Structures & Algorithms - calcur.tech/ds...
~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~
✉️ Newsletter - calcur.tech/ne...
📸 Instagram - / calebcurry
🐦 Twitter - / calebcurry
🔗 LinkedIn - / calebcurry
▶️ Subscribe - calcur.tech/sub...
👨🏻‍🎓 Courses - www.codebreakt...
~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~
↪ My Amazon Store - www.amazon.com...
🅿 Patreon - calcur.tech/pat...
🅖 GitHub Sponsors - github.com/spo...
Ⓟ Paypal - paypal.me/calcur
🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
📈 Buy Bitcoin - calcur.tech/cr...
Reserve the Ruby Steel crypto rewards card and get a $25 bonus (use affiliate code "Caleb") - calcur.tech/cr...

Опубликовано:

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@subham3613
@subham3613 3 года назад
explaining a complex thing so simply is a quality of a very good teacher .Thank you Caleb.
@jarrydgunter2394
@jarrydgunter2394 8 лет назад
you are a legend! your videos about cardinality and modality helped me so much. thank you
@AdeleidaBingham
@AdeleidaBingham 8 лет назад
Hey, you're a great teacher, keep going. I love these. Just a note: your notation example (one cardholder to null or one card) implies that it is not possible to have a card without a card-owner (which, logically, makes sense - why would a bank have a card produced if not for a specific owner?), so just note that 10 min. or so into the video, your card 69 should have an owner? So, I would suggest using an example where there is an owner without a card (because maybe he prefers to only transact online... or his card has not been issued yet, etc. whatever the business reason for the situation). If I'm wrong, please let me know! But otherwise - great teaching.
@LadE89
@LadE89 7 лет назад
Wrong? Isn't your example at 9:40 with ID the other way around? -I-------0-I- means a cardholder can have 0 or 1 cards. Consequently, a cardholder_ID (PK) is valid although it is not referenced as a FK in the card table. Instead, -I-0-------I- means the card_ID 69 can exist without an owner, yes? Or is it me? :)
@mateusztatusko8770
@mateusztatusko8770 7 лет назад
Yeah, I believe you are right
@saishashankkonduri612
@saishashankkonduri612 6 лет назад
Right.........
@Deathend
@Deathend 6 лет назад
No, he is talking about the connection between tables. AKA the Primary and Foreign keys. His example means a card can exist without a FK referencing a card_holder. It also has to do with Parent and Child. A card_holder is never going to be a child of a card, but a card will be the child of a card_holder. So the only logical way is card_holder (parent)-> card (child). Also, remember these are each their own respective tables. The card table is already going to exist and have a connection to the card_holder table regardless of whether it has a few NULL values instead of FKs. Now if the card table was the Parent, and the card_holder was the child, you would be correct. In that case it would be saying the FK present in card_holders can be NULL. This parent and child relationship is why he makes the tables the way he does. He almost always has the parent on the left and the child on the right.
@wiguallen1922
@wiguallen1922 8 лет назад
thank you caleb! u really helped me with your videos! thumbs up!. i hope you make web development videos
@dansmar_2414
@dansmar_2414 2 года назад
Old, but Gold. Thank you so much for sharing free valuable contents with us. Your playlist is awesome.
@rad_dad
@rad_dad 4 года назад
I've struggled with Modality and this has helped me out immensely. Thanks!
@NotAHomelessGamer
@NotAHomelessGamer 7 месяцев назад
I laughed @ 9:56 when you did a double take on doing 69 as an example. Nice.
@jcjcortz8526
@jcjcortz8526 4 месяца назад
Very comprehensive. Thankies fella
@saadsadiq8938
@saadsadiq8938 6 лет назад
Its more easier to understand if we say 0 as O (Optional)
@dilancando8948
@dilancando8948 3 года назад
quienes vienen y que hablan español sjsjsjsjsjsjs
@mirandoo300
@mirandoo300 3 года назад
why did you say "piss" at the end
@thender5624
@thender5624 3 года назад
Caleb you are left hander.
@emrekalayci
@emrekalayci 9 лет назад
Good lesson! Thanks :)
@robertkopec7566
@robertkopec7566 Год назад
Hello everyone! First of all, thank you for these tutorials, Całeb. They are really helpful plus it's fun to watch you :) However, I don't get one thing. In your example of cardholder-I----O-
@headphonesandguitar
@headphonesandguitar 7 лет назад
you are awesome, this really helped :)
@VuongNgo_pd
@VuongNgo_pd 10 лет назад
Im wondering how many lessons left :D
@bengkiam
@bengkiam 8 лет назад
Hi @CalebTheVideoMaker2, my question is, if modality 0.1 or 0.N then how could be a child table exist without any parent table? Although a parent table might exist without any child table.
@tdawg6795
@tdawg6795 2 года назад
Very good explanation! I have a suggestion for your videos, perhaps you can make multiple videos of the same topic even though you feel like you have covered them completely in one video. This is because 1) oftentimes a good video is hard to find and 2) I often need to watch more videos on the same topic
@hannahleon4192
@hannahleon4192 3 года назад
great video, the chalk hurts my ears though for some reason lol
@meerimmoldalieva2908
@meerimmoldalieva2908 4 года назад
how can I practice it until I get it? do you have some sample tasks pls
@pancakesandsyrup1233
@pancakesandsyrup1233 4 года назад
Thank you! This was something I really struggled to understand, and you just made it seem obvious from the beginning.
@areyoufreetolisten
@areyoufreetolisten 8 лет назад
Are you saying if a foreign key has modality zero it cannot be defined as NOT NULL ?
@zerosandones7547
@zerosandones7547 3 года назад
isn't card holder supposed to be | | (one and only one)?
@k123o456
@k123o456 5 лет назад
using 1.5 playing speed to watch this video
@chrisspencer6502
@chrisspencer6502 5 лет назад
you don't need to be a tech youtuber to say F linus
@heathersmith9273
@heathersmith9273 5 лет назад
Thank you Caleb for your help! Great video!
@samaradryburgh
@samaradryburgh 2 года назад
Super helpful, thanks so much :)
@sapit8524
@sapit8524 3 года назад
thanks. you're a legend!
@XxLenasXx
@XxLenasXx 5 лет назад
That chork powder makes me sneeze man.
@akashpatoary
@akashpatoary 4 года назад
very helpful thanks a lot :)
@bronzyace7996
@bronzyace7996 4 года назад
Caleb dude you rock!!!!!!!!!!!!!!!!!!!!!
@Survivor-ng4te
@Survivor-ng4te Год назад
Great video Caleb!
@rafaelbertoni5231
@rafaelbertoni5231 6 лет назад
Thank you my friend
@mohammedabdul1096
@mohammedabdul1096 3 года назад
what is optionality
@zaheeruddinbabar5524
@zaheeruddinbabar5524 4 года назад
good and simple video
@hiduphanyauntukallah8550
@hiduphanyauntukallah8550 10 лет назад
can u teach about eerd n erd?
@codebreakthrough
@codebreakthrough 9 лет назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-vmFFEok91GU.html I Also have a lot of videos over MySQL Workbench.
@corrine.cheung7870
@corrine.cheung7870 7 лет назад
->-0----------------------------|-|----- can you explain that ??pls
@howto7886
@howto7886 6 лет назад
SO u r saying one card can have many cardholder or user !!! BRO hOW IS THAT :p I M ON WEED
@firstname4337
@firstname4337 2 года назад
OMG, get on with it -- 5 minutes and you've said nothing
Далее
Database Design 41 - Introduction to Joins
13:57
Просмотров 28 тыс.
Database Design 23 - Superkey and Candidate Key
19:15
Database Design 29 - Foreign Key Constraints
11:46
Просмотров 40 тыс.
Entity Relationship Diagram (ERD) Tutorial - Part 1
6:10
Learn Database Normalization - 1NF, 2NF, 3NF, 4NF, 5NF
28:34
Database Design 42 - Inner Join
15:42
Просмотров 27 тыс.
Database Design 50 - Self Join
15:09
Просмотров 38 тыс.