Database Normalization in SQL - 1NF, 2NF, 3NF, 4NF - SQL Training Online

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

КОМЕНТАРІ • 144

  • @joeyblue1
    @joeyblue1  3 роки тому +11

    TABLE OF CONTENTS
    00:00​ - Intro
    01:07​ - 1st Normal Form
    4:18​ - 2nd Normal Form
    9:44​ - 3rd Normal Form
    13:50​ - 4th Normal Form
    17:33​ - Normalizing Customer Orders
    20:35​ - Customer Table (2NF)
    21:55​ - Product Table (2NF)
    24:20​ - Order Header vs Order Lines
    29:05​ - Product Table (3NF)
    31:25​ - Customer Table (1NF, 4NF)

  • @deepashankar08
    @deepashankar08 4 роки тому +29

    That's brilliant, confused by a textbook but fully normalised now!

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

    Great explanation! It's obvious that you actually understand the topic well, and you're not just spewing out definitions. I've had some difficulty understanding these concepts until now

  • @organiz-izedtravis6411
    @organiz-izedtravis6411 6 років тому +39

    This video will top the search results in youtube on "DB Normalization" going forward.

  • @girls_game_as_well4397
    @girls_game_as_well4397 3 роки тому +3

    I have been struggling with this concept all week in class. I finally get it. Thank you so much.

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

    Best explaination i have seen so far in any book or video!. Hats off. Great example and walk thourgh

  • @MaxProskoff
    @MaxProskoff 3 роки тому +4

    Thank you for explaining this so clearly. I like the focus and the delivery.

  • @hectord.7107
    @hectord.7107 5 років тому +3

    I'm a total noob on this topic and watched many videos about database normalization, this is the simplest explanation on the topic and the one that helped me the most improving my database structure. Thanks a lot!

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

    I really like this video. It was so much easier for me to understand normal forms by watching this video instead of reading my book. Thank you so much!

  • @alexandercato7400
    @alexandercato7400 6 років тому +6

    You did a great job teaching a complex topic in an understandable way! Just subscribed to your channel and expect you to get many more in the coming months because you’re producing quality content-it really stands out from the other videos on normalization. Keep up the great work!

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

    Thank you so much, you just make it easy for me to understand, that what a perfect teacher looks like.

  • @wefarmrocks
    @wefarmrocks 5 років тому +6

    Thank you! This was an excellent format for a visual learner like me!

  • @blaze117
    @blaze117 5 років тому +6

    In 8:30 your product table contains
    basketball-Spaulding
    basketball- titleist
    and ypu just deleted basketball titleist and the supplier titleist supplying basketballs suddenly disappeared from the database.
    im quite confused there

    • @adityakolte2599
      @adityakolte2599 5 років тому

      Having 2 basketball products in Product Table would no longer keep the Primary Key Unique

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

      @@adityakolte2599 But he loses information by doing so - how can you know that Titleist produces basketballs? This is a bad choice of primary key. Clearly other manufacturers can produce basketballs, and manufacturers can produce more than one product. The solution would be a new product ID column, or a composite primary key of both columns. Thinking forward, a product ID would be better, as the same manufacturer could make the same product, with additionally added columns for e.g., descriptions (e.g., different colors, sizes)

    • @ReisQuarteu
      @ReisQuarteu 4 роки тому

      @@nickbull7278 The author corrected the above table in 8:36, so that basketballs are produced only by Spaulding in the simple example. That way, the 2NF was correctly applied. But you right: if two different manufactures can produce the same product, there was no dependency in the above table; therefore, the products table should not have been created.

  • @raytierney6342
    @raytierney6342 5 років тому +1

    The absolute best !!!! Saving me from the land of total confusion!!!

  • @ruixue6955
    @ruixue6955 5 років тому +3

    4:19 2nd normal form
    5:05 *partial dependence*
    6:55 resolve partial dependency
    9:45 3rd normal form
    11:46 transitive dependency
    13:51 fourth normal form
    17:12 demo example
    17:34 1.

  • @richod9635
    @richod9635 3 роки тому +5

    Very well explained. This video tied up a loose ends for me. I already knew how to break apart one table into other tables, but this explanation really helped me to 100% confdent. Wouldn't it be a good idea to put 'Product Manufacturer Address' into it's own table in case the product is manufactured in multiple locations? If so, then what would be the key to the 'Product Manufacturer Address' table?

  • @vladyslavvlasenko4372
    @vladyslavvlasenko4372 3 роки тому

    Thanks a lot!
    Your explanation is absolutely easy to understand, examples are perfect.

  • @KC-zn4gt
    @KC-zn4gt 5 років тому

    Excellent video and clear explanation. Can't get better than this!

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

    Good explanation. After seeing the video, I felt like using pivot tables in Excel could speed up the process.

  • @kaedien
    @kaedien 5 років тому +5

    At 8:25, when normalizing to 2NF, Mark Smith has a Titleist basketball and Bob Smith has a Spaulding basketball. A few seconds later after deleting rows from the Product table, Mark Smith has a Spaulding (note: no longer Titleist) basketball. Manufacturer:Product was m:1 and then changed to 1:1 behind the scenes. This is confusing for those learning about normalization. It seems the error was noticed while recording and fixed "off camera" - it would be helpful to correct the error in the video for those of us following along. I was confused about how having just the product name as a foreign key could uniquely identify both the product and manufacturer when, at that point, two manufacturers had basketballs.

    • @Kipviss
      @Kipviss 3 роки тому

      niemand gaat dit lezen broer

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

      @@Kipviss behalve jou!

  • @wanroslinawanmusa7532
    @wanroslinawanmusa7532 4 роки тому

    Thanks. Very easy to digest explanation on normalization.

  • @bobconway2465
    @bobconway2465 Місяць тому +1

    Good presentation. What would make it better? Meaningful table names that explain the logical entities of each step.

  • @lokmanboukhoulda4496
    @lokmanboukhoulda4496 4 роки тому +1

    Thank you! the best explanation I have found on the net!!

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

    Great, concise video! Thank you

  • @nickt423
    @nickt423 4 роки тому +1

    @26:24
    You have the OrderTotal for OrderID 1 as $70 (in the Customer Orders table) but didn't bsmith1 order two $70 products. Shouldn't the OrderTotal for OrderID 1(in the Customer Orders table) be $140?

  • @jenh3183
    @jenh3183 6 років тому

    You're a great teacher - thanks for making this available to everyone.

  • @chriskobee356
    @chriskobee356 4 роки тому

    From 33:00 min to 34:30: why didn't you create a many-to-'many relationship between "Customer" and for example a table "Email-subscription". Now it looks like you created the intermediate table "Customer Email Subscription" but left out the other side (table Email subscription) that holds all the different types of subscriptions. Idem dito for the Mail Catalog set up.

  • @adityagorre
    @adityagorre 6 місяців тому

    In this video 20:16 how did you sort product key. if we double click on that will it save all the rows

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

    Your tutorials are of no doubt ....
    Kindly make video(s) on "Entity Diagrams"

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

    Great video Joey.

  • @LenaDobrinova
    @LenaDobrinova 4 роки тому

    1. Thanks for your video!
    2. One of the "Basketball-SP" records under the "Products" table needs to be deleted.
    3. Price for "Basketball-SP" needs to be updated in the original table ( @16:49). It should be either $23 or $25.
    4. Order Totals for "Customer Order ID" #1 and #4 don't look correct ("Customer Orders" table).

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

    Simply great!

  • @shubhamsharma-ne2ke
    @shubhamsharma-ne2ke 2 роки тому

    awesome video. Great explanation.

  • @basharatmir4025
    @basharatmir4025 3 роки тому

    Brilliant ,,,,,lecturer

  • @mohammadkashkooly1987
    @mohammadkashkooly1987 6 років тому +1

    Joey, Thank you so much for helping us the little guys.

  • @usmcpound
    @usmcpound 6 років тому

    Thanks so much for the informative video. This is much more clear and concise than the slides and book I've received from my database class.

  • @davidholguin6243
    @davidholguin6243 5 років тому

    That was Excellent ! I guess I’ve been lucky with not having so complicated data. Thanks, Sgt. Dave

  • @uzairkhan8953
    @uzairkhan8953 4 роки тому

    Really useful information. Helped me with my concepts. Thank you so much Joey.

  • @chojuj4533
    @chojuj4533 9 місяців тому

    Very well explained

  • @htji4
    @htji4 5 років тому +1

    Thanks Joey, you're a great teacher.

  • @Devruwan
    @Devruwan 5 років тому +3

    Great explanation of the topic. Thank you for teaching us :)

  • @marko-lazic
    @marko-lazic 4 роки тому +1

    But how are Dozen, Pack, Inch and $ atomic when they are combined with numbers?

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

    hows does the qualntity depend on the order date? Can we just notpull the quantities using customer id and product?

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

    I cannot thank you enough.

  • @kishorearr6639
    @kishorearr6639 3 роки тому

    love this one very much!!!!

  • @baraaal-doori2174
    @baraaal-doori2174 2 місяці тому

    Thank you Joey for this useful video. the normalization is easy but when we try to explain it, it becomes a little complicated)). when you started to explain it in the begining, everything was very clear and simple, but later it became not very clear and I can see the explanation has become alittle not coherent . anywas, good job and well done. I have a question, regarding the final diagram of the tables relationships. do you think ithat if we set the product table to have (ProdID, ProdName) and we create a table that has the relationship between the Products and the Manufactures? that table would include the ProdID and ManufacturerID?
    I am suggesting that in case there is a report that needs to get the sales (for example) of all the Basketballs of all the manufacturers..is it right or wrong?

  • @alemtewodros2131
    @alemtewodros2131 5 років тому +1

    I am the luckiest to be here.Thanks Sir

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

    I noticed that Product ID - Basketball - SP is duplicate in product tabke so it is not qualified as Primary Key...?

  • @johnesraelo4614
    @johnesraelo4614 4 роки тому

    excellent work Joey

  • @helovesdata8483
    @helovesdata8483 3 роки тому

    This is good. I'm new to this therefore, I'll need a week to design my first database...lol

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

    Assume you have a table User(id, email, username). All fields are unique. Does it satisfy 3NF?

  • @wehshijutt6537
    @wehshijutt6537 4 роки тому

    Excellent job

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

    How does product manufacturer depend on product if there is a manufacturer that has 2 diff products

  • @stevenchen807
    @stevenchen807 4 роки тому +1

    Hi Joey, Thanks for the very instructional video. I do have a question. What do we do with the two ProductID Basketball-SP with different prices?

    • @steeleye2000
      @steeleye2000 4 роки тому

      I think that was an oversight. They should either be the same price and then one of the rows would be deleted or the basketballs should be named to differentiate them (in the product column) like Basketball-yellow and Basketball-Orange.

    • @edgarsvilums1550
      @edgarsvilums1550 4 роки тому

      You just add a different Product ID for the differently priced one.

    • @LenaDobrinova
      @LenaDobrinova 4 роки тому

      one of 2 records needs to be deleted

  • @jkirkwold
    @jkirkwold 9 місяців тому

    In the section explaining 2NF, when deduping the Product Table, you got rid of two rows. The first I understand (Bat, Louisville Slugger) because it was a duplicate. However, you also got rid of (Basketball, Titleist) even though it wasn't a duplicate. Why? Great video!

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

    Could the customer order table be further normalised to the 4nf by pulling out the customer order and order date?

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

    which application are you using for this lesson?

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

    sir my db is in mysql using MYISAM.... No foreign keys implemented with some columns repeating in tables as well... i have approximatelly 40 tables and all containns approx 500 rows.... but 5 or 6 tables contains above one million rows each....db is not normalized.....but it is still working fine...on LAN and on cloud as well ... what will be fuiture of my db...

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

    Great stuff! Very helpful. Not to be picky but in trying to understand the "solution" I noticed (in the original large table) that Bob Smith made two purchases on 8/9 and the Order Total didn't add up to the total of the two lines. The total in the chart is $70...shouldn't it be $60 or am I missing something? Also should the "Customer Email Subscriptions" and "Customer Mail Catalogs" tables be JOIN tables? It seems that there is a Many-to-Many relationship between these tables and Customers (e.g.,, Customers can subscribe to Many Email subscriptions and an Email subscription can belong to many Customers). Seems like the classic situation for a Join table. Also currently the way you have it defined there is no primary key for these Email and Mail tables (as there are duplicates). Not sure if that is an issue. Thoughts?

  • @prasanthrajappan4401
    @prasanthrajappan4401 3 роки тому

    Do we need to split the Customer address in example 1 to make it in 1st normal form as address seems to be composite attribute?

  • @fillerchatter7612
    @fillerchatter7612 4 роки тому

    Just wondering have I wrote the SQL correctly for this? Many thanks, Robert
    CREATE DATABASE OrderLine
    /* Create this table 1st */
    Create Table ProductManufacturers(ProductManufacturer varchar(50) Primary Key ,
    ProductManufacturerAddress varchar(50))
    Insert into ProductManufacturers(ProductManufacturer,ProductManufacturerAddress) values('Spaulding', '1 Spalding way')
    Insert into ProductManufacturers(ProductManufacturer,ProductManufacturerAddress) values('Louisville Slugger', '345 Slugger Avenue')
    Insert into ProductManufacturers(ProductManufacturer,ProductManufacturerAddress) values('Rawlings', '23 Rawlings Court')
    Insert into ProductManufacturers(ProductManufacturer,ProductManufacturerAddress) values('Titleist', '1234 Titlest Road')
    /* Create this table 2nd */
    Create Table CustomerEmailSubscription(CustomerID varchar(100) NOT NULL,
    CustomerEmailSubscriptions varchar (100),
    Primary Key(CustomerID,CustomerEmailSubscriptions))
    Insert into CustomerEmailSubscription(CustomerID,CustomerEmailSubscriptions) values('bsmith1', 'Baseball')
    Insert into CustomerEmailSubscription(CustomerID,CustomerEmailSubscriptions) values('bsmith1', 'Basketball')
    Insert into CustomerEmailSubscription(CustomerID,CustomerEmailSubscriptions) values('jthomas1', 'Baseball')
    Insert into CustomerEmailSubscription(CustomerID,CustomerEmailSubscriptions) values('bsmith2', 'Golf')
    /* create this table 3rd */
    Create Table CustomerMailCatalogs(CustomerID varchar(100),
    CustomerMailCatalogs varchar(100),
    Primary Key(CustomerID,CustomerMailCatalogs))
    Insert into CustomerMailCatalogs(CustomerID,CustomerMailCatalogs) values('bsmith1', 'Baseball')
    Insert into CustomerMailCatalogs(CustomerID,CustomerMailCatalogs) values('bsmith1', 'Basketball')
    Insert into CustomerMailCatalogs(CustomerID,CustomerMailCatalogs) values('jthomas1', 'Baseball')
    Insert into CustomerMailCatalogs(CustomerID,CustomerMailCatalogs) values('bsmith2', 'Baseball')
    /*Create this table 4th*/
    Create Table Customers(CustomerID varchar(100) Primary Key,
    FirstName Varchar(100),
    Surname Varchar(100),
    CustomerAddress varchar(100),
    CustomerEmail varchar(100))
    Insert into Customers(CustomerID, FirstName,Surname,CustomerAddress,CustomerEmail) values ('bsmith1','Bob', 'Smith', '123 Broadway', 'bsmith@gmail.com')
    Insert into Customers(CustomerID, FirstName,Surname,CustomerAddress,CustomerEmail) values ('jthomas1','Jill', 'Thomas', '12 Cockland grove', 'jthomas@gmail.com')
    Insert into Customers(CustomerID, FirstName,Surname,CustomerAddress,CustomerEmail)values ('bsmith2','Jill', 'Thomas', '5 Maple Street', 'smith5@hotmail.com')
    /*Create this table 5th*/
    Create Table CustomerOrders(CustomerOrderID int Primary Key identity(1,1),
    CustomerID varchar(100) references Customers(CustomerID),
    OrderDate Date,
    OrderTotal Float)
    Insert into CustomerOrders(CustomerID,OrderDate,OrderTotal) values('bsmith1','8/9/2020', 70)
    Insert into CustomerOrders(CustomerID,OrderDate,OrderTotal) values('jthomas1','8/10/2020', 57)
    Insert into CustomerOrders(CustomerID,OrderDate,OrderTotal) values('bsmith1','8/10/2020', 23)
    Insert into CustomerOrders(CustomerID,OrderDate,OrderTotal) values('bsmith2','8/10/2020', 88)
    /*Create this table 6th*/
    Create Table Products(ProductID VarChar(50) Primary Key,
    Product Varchar(50),
    ProductManufacturer Varchar(50) references ProductManufacturers(ProductManufacturer),
    ProductDetails Float,
    ProductCost Float)
    Insert into Products(ProductID,Product,ProductManufacturer,ProductDetails,ProductCost) values('BasketBall-SP', 'Basketball','Spaulding',29.5, 25)
    Insert into Products(ProductID,Product,ProductManufacturer,ProductDetails,ProductCost) values('Bat-L', 'Bat','Louisville Slugger',33, 35)
    Insert into Products(ProductID,Product,ProductManufacturer,ProductDetails,ProductCost) values('Softball-R', 'Softball','Rawlings',4, 6)
    Insert into Products(ProductID,Product,ProductManufacturer,ProductDetails,ProductCost) values('Bat-R', 'Bat','Rawlings',32, 45)
    Insert into Products(ProductID,Product,ProductManufacturer,ProductDetails,ProductCost) values('Golfballs-T', 'Golf Balls','Titleist',12, 44)
    Insert into Products(ProductID,Product,ProductManufacturer,ProductDetails,ProductCost) values('Basketball-T', 'Basketball','Titleist',12, 44)
    /* Create this table 7th */
    drop Table CustomerOrderLines
    create Table CustomerOrderLines(ProductID varchar(50),
    CustomerOrderID int,
    quantity int,
    Primary Key(ProductID,CustomerOrderID),
    Foreign Key(ProductID) references Products(ProductID),
    Foreign Key(CustomerOrderID) references CustomerOrders(CustomerOrderID))
    Insert into CustomerOrderLines(ProductID,CustomerOrderID,Quantity) values('Basketball-SP',1,1)
    Insert into CustomerOrderLines(ProductID,CustomerOrderID,Quantity) values('Bat-L',1,1)
    Insert into CustomerOrderLines(ProductID,CustomerOrderID,Quantity) values('Softball-R',2,2)
    Insert into CustomerOrderLines(ProductID,CustomerOrderID,Quantity) values('Bat-R',2,1)
    Insert into CustomerOrderLines(ProductID,CustomerOrderID,Quantity) values('GolfBalls-T', 4, 2)
    Insert into CustomerOrderLines(ProductID,CustomerOrderID,Quantity) values('Basketball-T', 4, 2)
    select* FROM CustomerEmailSubscription
    select * from ProductManufacturers
    select * from Products
    select * from Customers

  • @johnsonmuppasani2208
    @johnsonmuppasani2208 3 роки тому

    Excellent

  • @dylang9790
    @dylang9790 4 роки тому

    Thank you so much. your video is really useful for me

  • @brenthalbach3645
    @brenthalbach3645 3 роки тому

    Great stuff.
    How would you deal with price changes over time? Do you need a separate Price table with dates or something?
    Would be great to get your input.
    Thanks, appreciate your content.

  • @sheripharedwards414
    @sheripharedwards414 3 роки тому

    so how you create in in sql .?

  • @ronyniv22
    @ronyniv22 5 років тому

    The best one that i have seen!!

  • @yahiabajbouj2818
    @yahiabajbouj2818 3 роки тому

    Thanks for this video

  • @gooon666
    @gooon666 3 роки тому

    Isn't the Order Total field a Calculated field? Can it have a place in a table? If yes, how was it calculated here to show the results it exhibits here? Newbie here, thank you :)

  • @giorgiodealcantara8374
    @giorgiodealcantara8374 5 років тому +2

    Thanks for the video, Joey! Pretty good explanation. I got with one doubt in the end. What is the PK for the Customer mail catalog and the customer email subscription tables?

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

    2nd Normal form
    Why do we need order date to make a unique composite key, when customer and product are sufficient to make a primary key? Please answer the question, thanks

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

      A Primary Key must be unique. Take away order date/order number from that key and one customer would only ever be allowed to buy a product once.

  • @kanbisama
    @kanbisama 4 роки тому

    Thank you so much for this video.

  • @umairjibran7
    @umairjibran7 5 років тому +5

    those who haven't watched this video and searching for "DB Normalization" are even dumber than I am. This is a Life saver.

  • @sukanyachauhan9653
    @sukanyachauhan9653 6 років тому +1

    Joey, please help with the download link for SQL server. I am starting SQL learning from your video.

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

    thanks answered my question🙂

  • @Stweeeve
    @Stweeeve 5 років тому +4

    Your 2nd normal form needs composite keys for customer and product. Your “primary keys” fall apart the moment you get two customers with the same name or two basketballs from different manufacturers.

    • @renaissongsman
      @renaissongsman 5 років тому

      Keep watching? That happened after about 20:00 ... but, yeah.

    • @kaedien
      @kaedien 5 років тому

      This was fixed behind the scenes at 8:25. The Titleist basketball was deleted and Mark Smith's order was changed from Titleist to Spaulding.

  • @justinemsquare883
    @justinemsquare883 3 роки тому

    nice tutorial

  • @ironicxd6994
    @ironicxd6994 4 роки тому

    Thank you so much , this helped me a lot , keep it up plz

  • @kaym2332
    @kaym2332 6 років тому

    In the example for third normal form where you break out product manufacturer and adress to avoid redundancy and then declare manufacturer as foreign key in the original table, does that still not result in redundancy in the first table? The column of Product Manufacturer that you colored as foreign key still seems to have repeating values in the rows. I know the transitivity has been dealt with though.
    Happy if somebody could explain this for me.

    • @TakingItCasual
      @TakingItCasual 5 років тому +1

      It is not possible (at least in this case) to completely eliminate redundancy. The goal is merely to reduce redundancy. The main goal in any case was to make it so a manufacturer's address is only specified in one place. Instead of repeating both the manufacturer and its address, it's much better to just repeat the manufacturer.

  • @fatefulwall3010
    @fatefulwall3010 5 років тому

    Extremely helpful! Thank you Joey!!!

  • @dagmawihaddish3235
    @dagmawihaddish3235 5 років тому

    Pls tutor java,c#,assembly. Only one ofcourse. I only saying this
    b/c u helped me a lot thank you very much.

  • @IrishDean1000
    @IrishDean1000 3 роки тому

    Thanks for this

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

    Great! Thanx!

  • @dawitworku821
    @dawitworku821 3 роки тому

    Thank you a lot, you are different!

  • @vasilis8488
    @vasilis8488 6 років тому

    @Joey Blue Thank you for your videos. They are very helpful. Now about this specific video. Is it necessary to have a separate Customer order lines table? If we had an orders table with the product id as a 2nd FK and the quantity, wouldn't we also be in 4NF?

    • @joeyblue1
      @joeyblue1  6 років тому

      It all depends on what else you are storing in the orders table. Many times there are things that you want to store at the Order level. Maybe a flat Handling Fee that doesn't depend on the Product. You would need to figure out where to store that information without repeating it on every product line. There are many ways to do it, you just want to keep in mind the grain of the table and if you are unnecessarily repeating data.

  • @nyanyaa8043
    @nyanyaa8043 4 роки тому

    Hi Joey,
    Do you offer training beside the online videos? you are good at this.

  • @malihaahmed6208
    @malihaahmed6208 5 років тому

    4:16 but it isn't fully atomic because the name is not separated into name and surname

  • @kanduriveeresh9568
    @kanduriveeresh9568 6 років тому

    It was very well explained with example, thank you

  • @keithvirgina1020
    @keithvirgina1020 4 роки тому

    I have a question for my assignment. May i have your assist for my assignment please

  • @Martin-lf9se
    @Martin-lf9se 5 років тому

    Nicely done Joey! Thank you...

  • @GregoryKodolanyiRitter
    @GregoryKodolanyiRitter 4 роки тому

    Great, thank you!

  • @osmankhaled4565
    @osmankhaled4565 5 років тому +1

    Excellent Video.

  • @michaelhunter4891
    @michaelhunter4891 4 роки тому

    Our teacher showed us this video.

  • @rayhanrana6773
    @rayhanrana6773 5 років тому

    Just awesome man!!!

  • @nolanhartwick4862
    @nolanhartwick4862 6 років тому

    This video is quite good. It would be great if you could keep doing more of these Database theory videos.

  • @helheimrgaming2547
    @helheimrgaming2547 6 років тому

    Thank you Joey, very helpful!

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

    waw impressive

  • @markbrad123
    @markbrad123 5 років тому

    "Nothing but the key"
    An approximation of Codd's definition of 3NF, paralleling the traditional pledge to give true evidence in a court of law, was given by Bill Kent: "[every] non-key [attribute] must provide a fact about the key, the whole key, and nothing but the key".[7] A common variation supplements this definition with the oath: "so help me Codd".[8]
    Requiring existence of "the key" ensures that the table is in 1NF; requiring that non-key attributes be dependent on "the whole key" ensures 2NF; further requiring that non-key attributes be dependent on "nothing but the key" ensures 3NF. While this phrase is a useful mnemonic, the fact that it only mentions a single key means it defines some necessary but not sufficient conditions to satisfy the 2nd and 3rd normal forms. Both 2NF and 3NF are concerned equally with all candidate keys of a table and not just any one key.

  • @dosdeviant
    @dosdeviant 3 роки тому

    Glad I found this.

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

    Normalization might as well have been mandarin before now, thank you!

  • @shaidoeseverything
    @shaidoeseverything 5 років тому

    Great video, Thanks!