Normalization Practice Exercise | Third Normal Form| Denormalization

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • If you want to learn how to change De normalized dataset into 3rd normal form this video is for you
    The video is part of the normalization series, Please watch these videos as well for better understanding on the entire concept.
    The video is the 6th video in the video series of Normalization.
    Here is the link to the 1st Video - normalization
    www.youtube.co....
    Here is the link to the 2nd Video - 1st Normal form
    www.youtube.co....
    The 2nd Normal focus on No Partial Dependency.
    Here is the link to the 3rd Video - 2nd Normal form
    • Second Normal Form in ...
    The 3rd Normal focus on the transitive dependency.
    www.youtube.co....
    #Keys #NormalizationSeries #TechCoach

Комментарии • 82

  • @jetmartin9501
    @jetmartin9501 2 года назад +5

    Great stuff...thank you for giving everyone an exercise...Learning is only fully realized by doing. It would be great if you could post a solution to the bonus problem. Also it would useful to extending this series to show how you could use this DB structure (e.g., Joins) to extract any data needed from it.
    My Solution to "bonus" challenge:
    1 - Student table (student_id, student_name)
    2 - Teacher table (teacher_id, teacher_name)
    3 - Course table (course_id, course_name)

    • @TechCoach
      @TechCoach  2 года назад +3

      Hey Buddy, thanks for the kind wordw Your solutions looks good to me , I will just put the column grade at the end and will recheck once more in the morning.
      I plan to make an entire series on Oracle and sql pretty soon.

    • @danielribero1705
      @danielribero1705 9 месяцев назад

      I thought of this same solution

    • @learnsomething8966
      @learnsomething8966 8 месяцев назад +1

      Can we write in this way?
      1 - Student table (student_id, student_name)
      2- Teacher table (teacher_id, teacher_name, email)
      3 - Course table (course_id, course_name)
      4 - Students_Courses join Table (student_id, course_id, grade)
      5 - Teacher_Course(course_id, teacher_id)

    • @rainremindsmetoyou7436
      @rainremindsmetoyou7436 6 месяцев назад

      @@TechCoach i also noticed it’s common that 1nf - 2 tables, 2nf - 3, 3nf - 4 tables usually, like it gets added one by one, is it true?

  • @fatimafirdos7518
    @fatimafirdos7518 4 месяца назад +5

    Here in converting the table in 3NF how could we know that we have to add an attribute of "Teacher-id".

  • @fernandojackson7207
    @fernandojackson7207 2 года назад +9

    Great Video. For the 3NF part, I guess we have Teacher Email depending on the non-prime attribute Teacher, right? Given the Primary Key of that table is Course_Id. Right?

  • @hrprE3L7I1E3
    @hrprE3L7I1E3 3 месяца назад +1

    we can use the email address as a primary key right? it's unique.

  • @AhmedRaza-ty7zq
    @AhmedRaza-ty7zq 3 месяца назад +1

    Awesome video😎😎👍👍

  • @ildemonedelladiarrea1965
    @ildemonedelladiarrea1965 5 месяцев назад +1

    You are a real one

    • @TechCoach
      @TechCoach  5 месяцев назад

      I am glad I could help

  • @eshaesha9100
    @eshaesha9100 Год назад +3

    I have confusion in 3rd NF. I mean Teacher name is dependendent on Course ID, so even teacher name ks not given, we can still say that teacher Email is dependent on Course ID. Because teacher A is teaching code with ID 10

    • @rainremindsmetoyou7436
      @rainremindsmetoyou7436 6 месяцев назад

      I think it’s not dependent because if the teacher gets changed, course id will still be there. Email is only dependent on Teacher name because if name is changed, it’ll be changed too. Idk that’s how i get it

  • @develscrapper
    @develscrapper 3 года назад

    great explanation and graphics for teaching! 👍

    • @TechCoach
      @TechCoach  3 года назад

      Thanks buddy, please consider subscribing to my other channel as well it will really help me :)
      ruclips.net/video/6G1xGi-D5ow/видео.html

  • @510_pragneshmaru5
    @510_pragneshmaru5 4 месяца назад +1

    Nice Video Keep It Up

  • @brenotanquista9543
    @brenotanquista9543 10 месяцев назад +1

    Sir can you answer my simple question? If a table has no compound key and is in 1FN then automatically it is in 2FN?

    • @fredykilusu9182
      @fredykilusu9182 7 месяцев назад

      Definitely,true. And if the atomicity of values have been considered... It automatically in 2NF .

  • @vijais3576
    @vijais3576 Год назад

    Very nice explanation

  • @Factos143
    @Factos143 Месяц назад +1

    Output of last table all forms

  • @drtunmyatwin
    @drtunmyatwin 3 года назад +2

    table 1 ( student ) - student id, student name
    table 2 ( course ) - course id, course name
    table 3 ( teacher ) - teacher id, course id, teacher name, teacher email
    table 4 ( student course table) - student_course id, student id, course id, grade

    • @RD-li3yp
      @RD-li3yp 3 месяца назад

      explain urself how

  • @JDroidGaming
    @JDroidGaming 4 месяца назад +1

    Didnt understand anything
    Using complex words
    If we could understand complex words we could have read our book

    • @TechCoach
      @TechCoach  4 месяца назад

      My apology. There are 3 other videos in this series . You should start with them . This is the 4th video

    • @JDroidGaming
      @JDroidGaming 4 месяца назад +1

      @@TechCoach bhai doesn't matter now
      Exam over
      I am at fault i should have paid attention in class.

  • @sobreinakentish8164
    @sobreinakentish8164 10 месяцев назад +2

    table 1 ( student ) - student_id, student name
    table 2 ( course ) - course id, course name, teacher_id
    table 3 ( teacher ) - teacher id, teacher name, teacher email
    table 4 ( student _course) - student_ id, course_id, grade
    Table 5 (Course_teacher) - course_id, teacher_id

    • @sasidharnaidu4507
      @sasidharnaidu4507 10 месяцев назад +1

      Wrong. You wont be able to map the teachers, course to the student

    • @Wppsamsung2024
      @Wppsamsung2024 13 дней назад

      ​@@sasidharnaidu4507course_id in the course_teacher table links to the course_id in the student_course table

  • @AmirAziz-el6np
    @AmirAziz-el6np 4 месяца назад

    gookd work

  • @Oxalis11
    @Oxalis11 2 года назад +3

    Thank you so much! Getting ready for an exam, and you explained it very well :)

    • @TechCoach
      @TechCoach  2 года назад

      I am glad I could help :)

  • @YonisAfrah-jl5tj
    @YonisAfrah-jl5tj 6 месяцев назад +1

    Yes😊😊

  • @SamuelMegan-k4f
    @SamuelMegan-k4f 16 дней назад +2

    Jones Robert Hernandez Sharon Moore Kimberly

  • @karthiknetchikal2866
    @karthiknetchikal2866 Год назад

    Sir in the video you said that student id and course id are primary keys but a primary key doesn't allow any duplicates in the column.how is it possible sir ?

    • @webdevfreetutorials8501
      @webdevfreetutorials8501 Год назад +2

      I think that is why we are combining the course id and student id as compsoite key to make them unique

  • @khanomabatha5285
    @khanomabatha5285 3 месяца назад

    what is the reason behind the grade relying on student_ID and Course_ID ?

  • @ishpinderkaur4718
    @ishpinderkaur4718 2 месяца назад +1

    Well explained. thankyou

    • @TechCoach
      @TechCoach  2 месяца назад

      I am glad I could help

  • @Khanzeko
    @Khanzeko 4 месяца назад

    Last mai teacher id kahn sy aya koi bta skta h

  • @faizanbhatti5489
    @faizanbhatti5489 Год назад +3

    You said the given table is in 1NF, 1NF states that there is no multivalued attribute in the table, teacher email is multivalued attribute, then how it is in 1NF. Please explain?

    • @7series.710
      @7series.710 9 месяцев назад +2

      Look every cell that no any multi value
      For example : car, bus for single cell its called multi value

  • @yiutub2279
    @yiutub2279 3 года назад +6

    Table 1 : student id, student name
    2 : course I'd, course name
    3 : teacher id, teacher name, email address
    4 : student id, course Id, teacher id, Grade

    • @digvijaysingh325
      @digvijaysingh325 Год назад

      this is my solotion

    • @sasidharnaidu4507
      @sasidharnaidu4507 10 месяцев назад

      On spot🤗🥱

    • @matthewtsang8268
      @matthewtsang8268 10 месяцев назад

      but email address is dependent on teacher name. This would be a non-key decency, violating 3NF.

    • @AliAhmed-vt3ui
      @AliAhmed-vt3ui Месяц назад

      @@matthewtsang8268 same thing bro

  • @Armylover_5656
    @Armylover_5656 5 месяцев назад +2

    Course Name; teacher;
    Correct?

  • @galamdilliganesh5025
    @galamdilliganesh5025 4 месяца назад +1

    Finally understood😊

    • @TechCoach
      @TechCoach  4 месяца назад

      I am glad I could help :)

  • @yekra35
    @yekra35 Год назад +1

    excellent explanation!

  • @phanendraojha7946
    @phanendraojha7946 Год назад

    sir plz make a video on tips to solve normalization 1nf , 2nf and 3nf . if u do , i will be grateful .

  • @Entertainment44666
    @Entertainment44666 4 месяца назад +1

    Great job 👍♥️

    • @TechCoach
      @TechCoach  4 месяца назад

      I am glad I could help

  • @KimberlyAnnPalaran
    @KimberlyAnnPalaran 9 месяцев назад

    the first video is no longer available

  • @Khanzeko
    @Khanzeko 4 месяца назад

    Last mai teacher id kahn sy aya koi bta skta h

  • @xygon7379
    @xygon7379 Год назад +1

    Nice video, enjoyed the tennis references too

    • @TechCoach
      @TechCoach  Год назад

      I am glad I could help :)

  • @fredykilusu9182
    @fredykilusu9182 7 месяцев назад +3

    Oh! Fantastic. I took three months to understand normalization but you just made me a genius within a second. Well done bro💪💪

    • @TechCoach
      @TechCoach  7 месяцев назад

      I am glad I could help

  • @gyyvkvfckgjkdzrkyfyulgku
    @gyyvkvfckgjkdzrkyfyulgku 10 месяцев назад

    Great work, most asked in interviews

  • @sandeepchettupally
    @sandeepchettupally 3 года назад

    Wonderful bro! course name ,teacher id 5th mapping table will be added if we have two teachers for same course.

    • @TechCoach
      @TechCoach  3 года назад

      Thanks Sandeep for the kind words :)
      Please consider subscribing to my other channel as well. It will really help me.
      ruclips.net/video/6G1xGi-D5ow/видео.html

  • @mapeiying8498
    @mapeiying8498 11 месяцев назад

    Hi, can I know precisely what way to determine the composite primary key?

    • @atharvdesai2638
      @atharvdesai2638 10 месяцев назад +1

      It means 2 keys are combining to form a primary key
      In the above example studentID and CourseID together were the composite primary key of the original table

    • @H.S.N101
      @H.S.N101 8 месяцев назад

      whatever two attributes make sense together, think of them as one, in this case if u take student id and course id and think of them as one (1,10) it kinda forms a singular key u can use to determine every other attribute

  • @lehaswinipalla3365
    @lehaswinipalla3365 Год назад

    Thankss!

  • @qadeerahmedsafdar1323
    @qadeerahmedsafdar1323 Год назад

    Why you added id colum with teacher table by your own in 3rd nf?

  • @learnsomething8966
    @learnsomething8966 8 месяцев назад

    Can we write in this way?
    1 - Student table (student_id, student_name)
    2- Teacher table (teacher_id, teacher_name, email)
    3- Course table (course_id, course_name)
    4 - Students_Courses join Table (student_id, course_id, grade) 5- Teacher_Course(course_id, teacher_id)

  • @hibro1729
    @hibro1729 6 месяцев назад

    Table 1) Student_ID,Student_Name
    Table 2) Course_id,Course_Name
    Table 3) Student_ID,Teacher,Teacher email,Grade
    Table 4) Student_Id,Teacher ( For lossless decomposition)

  • @user-co8oc1rm5w
    @user-co8oc1rm5w 3 года назад +2

    1.student_id,student_name
    2.course_id,course_name
    3.teacher_id,teacher_name,teacher_email
    4.student_id,course_id,teacher_id,grade
    5.course_id,teacher_id.
    please let me know if my ans is wrong.thanks.

    • @gangardarwagle8938
      @gangardarwagle8938 Год назад

      5.course_id,teacher_id (Table) doesn't need Right?

    • @matthewtsang8268
      @matthewtsang8268 10 месяцев назад

      @@gangardarwagle8938 I think you need this to link the course and teacher table? I'm not sure tho

  • @pranavsam23
    @pranavsam23 Год назад +1

    This video made my day, Sir. I'm just revising the normalization chapter. You made my concept Base much stronger. Thank you.

    • @TechCoach
      @TechCoach  Год назад +1

      @pranav I am glad I could help.
      I have 3 more videos on normalisation you can look at them as well :)

  • @ramesh6176
    @ramesh6176 3 года назад

    You are Rocking Vivek

    • @TechCoach
      @TechCoach  3 года назад

      @Ramesh, Thanks for the kind words.
      Please consider subscribing to my other channel as well.
      ruclips.net/video/6G1xGi-D5ow/видео.html