ERD: Relationship Cardinalities

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ก.ค. 2020

ความคิดเห็น • 21

  • @adriannafenee7885
    @adriannafenee7885 6 หลายเดือนก่อน +2

    Thanks, Dustin! This is exactly what I needed for today's exam. I dont know why those crows feet were giving me such a hard time but thank you for this breakdown! LOL

  • @TheAbsoluteSir
    @TheAbsoluteSir 9 วันที่ผ่านมา

    I think a game can definitely be within multiple seasons in a different year! However, within the same year, a game will only ever be in one season, like how Basketball is in winter. I feel like either answer is fine, but you have to make sure you have words between tables to help understand the relationship/

  • @Aneix12
    @Aneix12 9 วันที่ผ่านมา

    Very clear explanation

  • @huda5450
    @huda5450 8 หลายเดือนก่อน +3

    I have a midterm tommorow on this chapter and you honestly put together everything , it made sense, it had all the content I needed to learn. thank you so much truly. It is hard enough to find content when you are a university student and i appreciate your efforts!! :) stay blessed. 😁

  • @ekarata.361
    @ekarata.361 ปีที่แล้ว +4

    Wow thank you!

  • @kartikkumar-xh1if
    @kartikkumar-xh1if หลายเดือนก่อน

    clear explanation, thank you

  • @enviousshade1770
    @enviousshade1770 7 หลายเดือนก่อน +1

    why do you sound like chris chan it took me a while to concentrate because of this😂😂

  • @devakinandan7659
    @devakinandan7659 8 หลายเดือนก่อน

    I'd argue that players might not always need coaching and might self train as well, so it is probably optional-many. Anyways, excellent video, made me understand the concept pretty well. Thank you, justin

    • @DustinOrmond
      @DustinOrmond  8 หลายเดือนก่อน +2

      This could definitely be a way to model this. Each database may be designed slightly different depending on the assumptions that are made.

    • @devakinandan7659
      @devakinandan7659 8 หลายเดือนก่อน +1

      @@DustinOrmond ahh thanks mate. Reckon we got to take the ideal scenario for such cases

  • @dyllgood
    @dyllgood 2 ปีที่แล้ว +2

    Hey Dustin, thanks for the information.
    Just one question... On the One-to-Many (1:M) Unary Raltionship example, if the relationship cardinality was flipped, would that mean there are many managers for 1 singular person? In other words, does the relationship change based on which cardinality is on the bottom or side?

    • @DustinOrmond
      @DustinOrmond  2 ปีที่แล้ว

      No, the location of the cardinality doesn't matter in an unary relationship. The relationship is still the same.

    • @dyllgood
      @dyllgood 2 ปีที่แล้ว

      @@DustinOrmond So if there were multiple managers for just one person, would it become a many-to-many (M:M), because we assume the managers also manage themselves?

    • @DustinOrmond
      @DustinOrmond  2 ปีที่แล้ว +1

      @@dyllgood Yes, it would be many-to-many. It can be many-to-many without a manager managing themselves. The minimum (zero or one) implies whether or not they manage anyone and the maximum (one or many) implies how many people they manage. Depending on the minimum, a person may not be managed by anyone else.

    • @dyllgood
      @dyllgood 2 ปีที่แล้ว

      @@DustinOrmond Thank you for the help!

  • @ratminurisnaini
    @ratminurisnaini ปีที่แล้ว

    Hello Dustin, I'd like to ask. If we want to connect two entities with relationship, should we have the same attributes in each entities? For example I have attribute A as a primary key in entity 1 and attribute A as a foreign key in entity 2, then I can connect these entity 1 and 2. But how if I don't have attribute A in entity 2. Can I still connect entity 1 and 2?

    • @DustinOrmond
      @DustinOrmond  ปีที่แล้ว

      In the ERD step, you could optionally choose to include the PK and FK in both entities. However, in my videos I don't do this until the relational model where we discuss PKs and FKs.

  • @primordialquasar8664
    @primordialquasar8664 2 ปีที่แล้ว

    Hi Dustin. What's the point of optional relationships from a database standpoint.
    Example: EMPLOYEE manages DEPARTMENT.
    An employee doesn't need to manage a department, so DEPARTMENT is optional to EMPLOYEE.
    But if it was wrongly identified as mandatory instead and an employee must manage a department, does that mean when an employee is created in the EMPLOYEE table, a row in the DEPARTMENT table must exist to associate the two (like some kind of dummy entry)?
    This is purely from a database standpoint. I just don't understand why a dummy entry needs to be created if it was wrongly identified as mandatory if it was actually in fact optional.

    • @DustinOrmond
      @DustinOrmond  2 ปีที่แล้ว

      Correct, mandatory would mean that an employee must manage a department to exist as an employee. For this reason, optional is required. However, when actually inserting data into your database, this is less of an issue because the database will always be optional many. The bigger issue is with optional one. If you use mandatory one instead of optional one then a record must be related to something when it really shouldn't. For example, if an employee optionally is associated with an order (because some orders are placed online), then the relationship must be optional one or every order would need to be associated with an employee.

  • @fawzisdudah8511
    @fawzisdudah8511 ปีที่แล้ว +2

    The topic needs further explanation.