How to Normalize a Database Table

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 26

  • @Ray-xl9iz
    @Ray-xl9iz Рік тому +14

    I've been trying to understand how to identify the rules. This is by far the only thing ive seen that made it easy to understand normalizing databases and how to break them down. Thank you sir!

  • @JKarle
    @JKarle Місяць тому

    A fantastic and easy to understand explanation of normalization as a whole, and how each level of normalization (1st to 3rd) differs. Thank you very much.

  • @Sdirimohamedsalah
    @Sdirimohamedsalah Місяць тому

    Thank you for this tutorial,
    The third rule (country, city…)
    Generally what i prefer is to put city id, state id , country id in the same table to directly and joins them in one query, i believe that reduce the complexity of getting data.

  • @jamesbell8861
    @jamesbell8861 2 роки тому +2

    Thanks !!! You explained it way better than the textbook !!!

  • @nenadsavanovic8628
    @nenadsavanovic8628 Рік тому +1

    Best video I have been able to find on Normalization. Love it!

  • @ereh_yeager
    @ereh_yeager 2 роки тому +2

    Thanks for this, helped me understand normalization easily

  • @PaperRaines
    @PaperRaines 2 роки тому +2

    This video was savage! Explained so many things that eluded me for years, thanks so much 😊

  • @o-o857
    @o-o857 2 роки тому +8

    I swear every video on this topic has different definitions for 1NF

  • @Veikkuu
    @Veikkuu 7 місяців тому

    Super clear tutorial, well done!

  • @mateuszmiskiewicz3823
    @mateuszmiskiewicz3823 2 роки тому +4

    Not the best example. If you don't have a composite key, then your table already is in 2NF. Instead, what you're showing here is basically 3NF, not 2NF.

    • @LeEnnyFace
      @LeEnnyFace Рік тому +1

      Exactly. He basically did 3NF twice

  • @sardorabdirayimov
    @sardorabdirayimov Рік тому +1

    Great tutorial. I wonder if you can tell which app did used for visualization of database notation in the end of the video :)

  • @nniiiluuu
    @nniiiluuu 3 місяці тому

    Orderitems stores the quantity and price per unit. Orders stores ordertotal, which is a derived attribute (sum of the ordered items*quantity). I'm curious why you chose to store the ordertotal in the table, should we not remove derived values in 1nf?

  • @nathankirklambo1986
    @nathankirklambo1986 4 місяці тому

    Totally rad, dude!!

  • @Ex-Clamation
    @Ex-Clamation Рік тому

    This is the source that made it make sense for me. Thanks.

  • @hcetc
    @hcetc 3 роки тому +1

    Wow man! Wonderful explanation.

  • @hasanmougharbel8030
    @hasanmougharbel8030 2 роки тому

    Hello there, glad to meet again.
    I have a simple enquiry..
    In what case it would be convenient to apply BCNF form of normalization to my data?
    Thanks for taking care of this.

  • @UvanSankar
    @UvanSankar 2 роки тому +1

    Great work man!

  • @user-oc1fe4dv3n
    @user-oc1fe4dv3n 2 роки тому

    Thank you so much. You can’t imagine how much it is helpful

  • @brunoggdev6305
    @brunoggdev6305 11 місяців тому

    What an amazing video, great work

  • @thebulletkin8393
    @thebulletkin8393 11 місяців тому

    isn't the third normal form just the second but done again? Since it just has you checking through to make sure that all the non key values depend on the primary?

  • @tadeob_UB
    @tadeob_UB 2 роки тому

    Amazing video! packed with helpful information and easy to understand. thanks a lot

  • @JoLynch0
    @JoLynch0 11 місяців тому

    around 5:00 mark, wouldn't you say that "Address" is not yet an atomic value, thus not meeting 1NF?

  • @MaxMineur
    @MaxMineur 2 роки тому

    Thanks, very helpful!

  • @PetrosMengsteab
    @PetrosMengsteab Рік тому

    Great video.