ERD: Relationship Cardinalities

Sdílet
Vložit
  • čas přidán 14. 07. 2020

Komentáře • 21

  • @adriannafenee7885
    @adriannafenee7885 Před 6 měsíci +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 Před 8 dny

    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/

  • @ekarata.361
    @ekarata.361 Před rokem +4

    Wow thank you!

  • @Aneix12
    @Aneix12 Před 7 dny

    Very clear explanation

  • @enviousshade1770
    @enviousshade1770 Před 7 měsíci +1

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

  • @kartikkumar-xh1if
    @kartikkumar-xh1if Před měsícem

    clear explanation, thank you

  • @huda5450
    @huda5450 Před 8 měsíci +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. 😁

  • @dyllgood
    @dyllgood Před 2 lety +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  Před 2 lety

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

    • @dyllgood
      @dyllgood Před 2 lety

      @@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  Před 2 lety +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 Před 2 lety

      @@DustinOrmond Thank you for the help!

  • @devakinandan7659
    @devakinandan7659 Před 8 měsíci

    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  Před 8 měsíci +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 Před 8 měsíci +1

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

  • @ratminurisnaini
    @ratminurisnaini Před rokem

    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  Před rokem

      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 Před 2 lety

    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  Před 2 lety

      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 Před rokem +2

    The topic needs further explanation.