Lec 7: How to Find Number of Candidate Keys in a Relation - part 1 | DBMS Tutorials

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • In this lecture, I have discussed a Simple Trick to Find Out all Candidate Keys in a Relation.
    Best DBMS Tutorials : • DBMS (Database Managem...
    *******************************************
    Connect & Contact Me:
    My Second Channel Link: bit.ly/354n7C7
    Facebook: / jennys-lectures-csit-n...
    Quora: www.quora.com/...
    Instagram: / jayantikhatrilamba
    Twitter: / khatrijenny
    *********************************************
    More Playlists:
    C Programming Tutorials: • Programming in C
    C++ Programming Tutorials: • Lec 1: How to Install ...
    Placement Series: • Placements Series
    Data Structures and Algorithms: https: • Data Structures and Al...
    Design and Analysis of Algorithms(DAA): • Design and Analysis of...
    Python Full Course: • Python - Basic to Advance
    Printing Pattern in C: • Printing Pattern Progr...
    Dynamic Programming: • Dynamic Programming
    Operating Systems: // • Operating Systems
    #dbms #dbmstutorials #normalization #jennyslectures #losslessjoin
    #howtofindcandidatekeyinarelation
    #candidatekey
    #DBMS
    #ugcnetcomputerscience
    #jennylectures

КОМЕНТАРІ • 456

  • @samsons8279
    @samsons8279 Рік тому +137

    Answer for exercise at 18:31
    Number of candidate keys = 4
    Set of candidate keys = { AB, CB , AD , CD }
    Prime attributes = { A, B, C, D }
    Thanks a lot ma'am !! 🤩🎊
    This is one of the epic channels to learn DBMS !! Hats off !! 🙌

    • @carishmakhan4694
      @carishmakhan4694 Рік тому +3

      can you explain it?

    • @dsadsa5447
      @dsadsa5447 Рік тому +12

      @@carishmakhan4694 r(a,b,c,d)
      ab->cd , d->b,c->a (prime attribute a,b,c,d)(if prime attribute is on the left arrow side, u can replace it with a new attribute)
      ck?
      abcd=(abcd)
      abd=(abcd)
      ab=(abcd) ->ck
      (c->a so cb is sk but not sure bout ck)
      cb=(abcd)-> ck
      (d->b so ad is sk but not sure bout ck)
      ad=(abcd) -> ck
      (ab->cd so cd is sk but not sure bout ck)
      cd=(abcd)-> ck

    • @manytuch
      @manytuch Рік тому +5

      @@dsadsa5447
      How does ad->c?
      what I know is that you can only determine c using ab by applying decomposition rule. a alone can not determine c.

    • @rishabhsharma3022
      @rishabhsharma3022 Рік тому +3

      @@manytuch i think, AD->B after that we can use AB->CD to get C

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

      @@rishabhsharma3022
      Sure, I figured that out after watching the next video. Thanks

  • @SkyJunkie1000
    @SkyJunkie1000 3 роки тому +31

    These lectures have been filling in all the information that is missing in the text books. Thank you so much!

  • @jubinsoni4694
    @jubinsoni4694 4 роки тому +31

    Thank you jenny for such awesome videos...The thing that separate u from rest of the teachers is that you explain every concept with an example...and I'm a person who looks to knowledge for acquiring skill and making something from that skill rather than to just pass exams ....Thank's a lot for making such informative videos

  • @parikhmansi90
    @parikhmansi90 4 місяці тому +1

    After watching several videos, not getting clear such concepts, but you make it so simple to understand. thank you so much.

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

    If this type of teacher will be available in India then all peoples will not have to learn like copy from book or Google then paste in exam nd also never forget any topics.... 😊 Thank you ma'm...

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

    AM TITUS from Ghana i have been watching your videos on data structure which is really helpful to me .God bless you .Thank you.

  • @raheemasghar2383
    @raheemasghar2383 Рік тому +5

    Absolutely Brilliant. There is no doubt you are the best instructor on UA-cam. I have checked out quite a few videos but none have been able to explain this core concept as clearly as you have.

  • @muhammadshahzaib2073
    @muhammadshahzaib2073 4 роки тому +10

    i dont know why u didnt start this series three month ago, coz i really wanted it in my last semester. I m from pakistan and i always watch your videos to clear concepts because u r much better than my lecturer ...... ->Brilliant teacher

  • @shivateja7574
    @shivateja7574 3 роки тому +9

    Your videos helped me in cracking GATE. Thank You so much mam.

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

    Answer for last question to cross check!!
    got AB,CB,CD,AD.

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

    somebody award this playlist!

  • @suvankar54
    @suvankar54 2 роки тому +20

    How we got CD as candidate key:
    we are given that C-> A and D->B, now by the help of Composition rule CD -> AB, thus AB is replaced with CD.
    ** Composition Rule of Armstrong's Axioms.

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

      D->B does not stands a valid FD for the given Schema. However, BD->B stands valid[by IR1 Reflexivity property]. Your opinion would be correct iff and only if we were pre-provided with the FD D->B. However, this is not the case.

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

    The best course for competitive examination in Brazil cannot pass a subject at its level. Congratulations.

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

    😍 Mam, I got Ck{ AB, CD, AB, CB } as the Candidate keys

  • @knowledge_withkanha
    @knowledge_withkanha 5 місяців тому +1

    I can't explain my word.. To say thank you.. But Thank you so much mem for your efforts to the students... 🙏💝❤

  • @Sok_Masterly
    @Sok_Masterly 8 місяців тому

    You are the teacher. I can understand very clearly of finding candidate key😻. Before I really confused of it.😭 Thank u so much my lovely teacher. ❤

  • @namratapatil5181
    @namratapatil5181 3 роки тому +73

    Prime attributes - A,B,C,D
    Ck - AB,AD,CB,CD

    • @pedrosousa7254
      @pedrosousa7254 2 роки тому +7

      I've came to the same solution. So, is this correct?

    • @fitnessgurl1396
      @fitnessgurl1396 2 роки тому +3

      AB,CB,AD,BD

    • @nandhu2030
      @nandhu2030 2 роки тому +6

      @@fitnessgurl1396 BD is not even a super key. 🤣🤣

    • @AmritaKumari-fj5mo
      @AmritaKumari-fj5mo Рік тому +1

      how can you please explain

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

      how bc is termed as candidate key
      mine toh only three is there AB AD AC

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

    After watching this video first time,
    "Kitni awesome hain yaar.. "
    🥰🥰🥰🥰🥰

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

      Bhai thodi padhai bhi kar leta

  • @unnayan_sharma
    @unnayan_sharma 4 роки тому +7

    Thank you mam , you are such an inspiration for all of us who are preparing for GATE

  • @videosforfun2602
    @videosforfun2602 5 місяців тому

    All the lecture in English Just The word "Ayaa Button" :)
    Very informational videos ever i seen :)

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

    Your teaching method is best and easy to understand you are really a genius. ❤❤❤

  • @eagle_shadow6665
    @eagle_shadow6665 2 роки тому +3

    Thank you so much mam really superb video 💫👌

  • @soobinkim9460
    @soobinkim9460 4 роки тому +181

    I got AB, AD, CB, CD as candidate keys.

    • @piyushgoel8165
      @piyushgoel8165 3 роки тому +2

      I got the same.

    • @cassj7
      @cassj7 3 роки тому +6

      Yeah, I got these too.

    • @summaiyafatima3368
      @summaiyafatima3368 3 роки тому +2

      I got these same

    • @bense_tony
      @bense_tony 3 роки тому +142

      Explanation [Kindly correct If I'm wrong] @18:24
      Ans. 4 - AB, CB, CD, AD
      1. [ABCD]+ = {A,B,C,D} -> Super Key. But not candidate Key
      Using, C->A, D->B, We simplify 1 as [ABAB]+ which is nothing but [AB]+
      Now, [AB]+ = {A,B,C,D} -> Super key.
      To check if [AB] is a candidate key,
      [A]+ = {A}, [B]+ = {B} which are not super keys. So, AB is a CK
      Also, Prime Attributes are {A,B} which is on the RHS of C->A and D->B.
      So, the next possible super keys which we have to check as candidate keys are
      Replace A with C, B with D and also AB with CD . Results are CB,CD,AD
      [CB]+ -> super key. [C]+ = {C,A}. [B]+ = {B} which are not super keys => CB is a candidate key.
      [CD]+ -> super key. [C]+ = {C,A}. [D]+ = {D,B} which are not super keys => CD is a candidate key.
      [AD]+ -> super key. [A]+ = {A}. [D]+ = {D,B} which are not super keys => AD is a candidate key.

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

      @@bense_tony nice work

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

    Thank a lot . 4 candidate key . ck = {AB,ADBC,CD}

    • @jroy7777
      @jroy7777 2 місяці тому

      Plz bro explain how

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

    Ans. Of hw question is
    CK={AB, BC, AD, CD}
    Prime Attributes are
    A,B,C,D
    AMAZING LECTURE ❤

    • @jroy7777
      @jroy7777 2 місяці тому

      @@mq4950 plz can u explain how?

  • @Dileepkumar0101
    @Dileepkumar0101 5 місяців тому

    My question is solved after watching this video 😊

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

    Thank You Soo much mam

  • @isaicsefxec6721
    @isaicsefxec6721 3 роки тому +6

    Its remember my maths teacher. U give tough portion as assignment 😁

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

    Super Explanation... Very Very Thankx Maam...👌👌

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

    your way of explanation is too good...MAM

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

    you are a lifesaver, thanks for making such wonderful videos,

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

    Really Your Technique of Teaching is Awesome.Your Viodeos are Really Helpful and understandable. Thank you Mam. You Make My Understanding About Candidate Key.

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

    simply amazing. better than my professor.

  • @isaacchuah7543
    @isaacchuah7543 3 роки тому +2

    Thanks for your technique on finding the candidate keys. It's very very reliable compared to what I was taught in class.

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

    Please add english subtitle so that we(people who not having a very good listening skill) can understand you completely , thanks for well explained video though.

    • @SanjeevKumar-yt7sn
      @SanjeevKumar-yt7sn 4 роки тому +1

      She's trying to teach in english,not her native language.so cooperate u moron.Instead of doing sarcasm....

    • @Thedemonmaster24
      @Thedemonmaster24 4 роки тому +6

      @@SanjeevKumar-yt7sn I don't think it is sarcasm, if you are not used to one type of accent it can be difficult to understand sometimes. Anyway, awesome lectures

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

    Hi ...myself mtech graduate ,,, your classes are amazing

  • @001aariffarooqbhat7
    @001aariffarooqbhat7 Рік тому

    Got it ma'am AB,CB,CD,AD
    PA-A,B,C,D

  • @lakshaygupta6180
    @lakshaygupta6180 4 роки тому +12

    4 candidate keys possible- AB, CB, CD, AD

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

      I think you're wrong there.

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

      How can you find 'AD' please explain, I didn't understand this

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

    Ck-4
    AB,CD,AD,BC
    PRIME ATTRIBUTES-{A,B,C,D}

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

    maam u are great , i like ur all videos,ur lactures help me a lot. thanku a lot

  • @KrupalusPersonal
    @KrupalusPersonal 8 місяців тому +2

    Normalise watching Jenny ma'am's lectures in 1.5x 😅

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

    Hi jenny, can you please make a short video explaining the answer of the last question for us? I just wanted to confirm the procedure. Thanks

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

    Bunch of thanks for the clear explanation🧡🧡

  • @cs-rohitsahu4943
    @cs-rohitsahu4943 2 роки тому +1

    Thank you ma'am 😊

  • @viplovekadre9371
    @viplovekadre9371 4 роки тому +6

    3 candidate keys AB,CD and AD all are prime attributes

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

      BC will also be a candidate key

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

      @@alphonseprakash7459 what BC can determine bro is it giving the whole relation then definitely it is if not it is not

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

      BC also will give whole relation

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

      @@viplovekadre9371 yes bro find CB closure u get CD and C->A and B->D hence CB-> CDAB which contains all keys

  • @user-my7tv1bw6i
    @user-my7tv1bw6i 9 місяців тому

    Lots of thanks for this awesome explanation😊

  • @alina_123
    @alina_123 9 місяців тому +2

    Mam,can u pls post the solution video for the last question as I have some doubts

    • @YourFather-lr3rz
      @YourFather-lr3rz 4 місяці тому

      Yes, the last question is harder than the solved questions😂😂

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

    you have taught very well but it is very complex

  • @kipyegoian7700
    @kipyegoian7700 Рік тому +3

    Candidate Keys are :AB,CD,AD,CD Prime Attributes are : A,B,C,D

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

    Thank you very much mam, after watching so many videos, this found to be very informative

  • @jisanhasnat6770
    @jisanhasnat6770 4 роки тому +10

    Candidate keys: 2 (CD, AB)
    Prime attributes: 4 (C,D,A,B)

  • @HotmarkComputech.18
    @HotmarkComputech.18 2 місяці тому +1

    If I get three teachers personally 24×7, Code With Harry, Gate Smashers and Jenny
    . I will crack Google surely.

  • @zeelchauhan4401
    @zeelchauhan4401 3 роки тому +7

    CANDIDATE KEY : AB,AD,BC,CD
    PRIME ATTRIBUTE : A,B,C,D

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

      How can AD be candidate key plz explain

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

      @@manishpritmani same doubt

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

      @@manishpritmani proper subset of AD are A and D ,whose closure are not superkey ,therefore it is candidate key.

  • @sukidharani5125
    @sukidharani5125 4 роки тому +9

    3 candidate keys are present in my point of view

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

    Amazing ma'am ☺️...i understand all the things... thank you so much ma'am ☺️🥳

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

    I got CD, AB, AD & CB as candidate keys.

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

      Same brother what about the answer is this right or wrong

    • @akilgollapelli6230
      @akilgollapelli6230 3 роки тому +2

      we can get only 3 candidates keys how we can get 4

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

    My favourite lectures and my favourite madam 😘😘 love you mam you are so beautiful but you didn't smile please smile mam 😅😅😅😝😬 👍👍👍

  • @swarnalibhattacharjee3659
    @swarnalibhattacharjee3659 4 роки тому +4

    Mam could you please upload some videos related with database query . It will also be really helpful.

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

    thank you mam, clear concept :)

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

    Thank you very much ma'am . you are very kind . Thank you :)

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

    Thanku so much ma’am for these lectures 🙂

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

    Very helpful, thank you very much

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

    The explanation is very clear and easy to understand. Thanks.

  • @VEENABADGUJAR-vz1ei
    @VEENABADGUJAR-vz1ei 5 місяців тому

    Can you please solve this: how many candidate keys are there in the given relation R. R(A,B,C,D,E) and functional dependencies are
    A->BC ,CD->E, B->D,E->A

  • @medhadhar6115
    @medhadhar6115 2 роки тому +13

    PRIME ATTRIBUTES- A,B,C,D
    CANDIDATE KEYS- { AB, CB, CD }

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

      why can't AD be a candidate key?

    • @155.p.vijayaraju5
      @155.p.vijayaraju5 2 роки тому +1

      @@pittavivekreddy5022 ad also

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

      @@155.p.vijayaraju5 actually i knew that, am actually questioning her, i intend to let her know the mistake she has done

    • @Hello-vt2bh
      @Hello-vt2bh Рік тому

      @@vivekreddy7315 please tell how ad is candidate key

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

      please can you give the clear explanation?

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

    wtf this person is awesome thank u :)

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

    You are a darling... Thank you so much!

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

    Please numbered each video with1 2 and 3 in play list it will become more organise .

  • @labrederlifestyle6819
    @labrederlifestyle6819 3 роки тому +9

    AB, CD ARE the final candidate keys I got mam.

  • @036_asthasingh4
    @036_asthasingh4 3 роки тому

    Thank you MA'AM for such awesome video 🙌

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

    AB, AD, BC, CD and all prime attributes

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

      Can u pls tell me where u got that BC cuz I only have AB, AD, CD

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

      @@altinarexha6134 CB from AB as C->A

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

      @@altinarexha6134 I too got 3 composite keys ....I didn't get bc

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

      @@anuragsoni1840 cd comes from c->a

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

    Miss please do all videos in English because as ure thinking the whole world should benefit from your videos. For example u had done diwali video in hindi. I couldn't understand dear mam

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

    U r best teacher thank u mam🙏

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

    Thanku maam 😘

  • @RitikKumar-km5io
    @RitikKumar-km5io 7 місяців тому

    Thank You Mam❤!

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

    Hi mam.. as a kind request... Pls make some videos on python programming language....

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

    thanks for uploading candidate key .............

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

    very helpfully video thank you mam

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

    Much love from UTCN

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

    Thanks for this mam !!

  • @maheshiyatipansalawa4014
    @maheshiyatipansalawa4014 4 роки тому +4

    In the 2nd example when you used transitivity theory to say that since A determines B and B determines C, A then eventually determines C. Isn't this wrong since in the next functional dependancy you have mentioned (in the curly braces) that A depends on C? Shouldn't the transitivity be applicable only if A doesn't depend on either B or C?

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

      SO now you got the answer ??if you get than tell me also

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

      I kinda felt same... Yeah mam did a mistake their....

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

      @@manishjarodia2561 hii hope you figured it out by now. Excuse me for not replying soon.

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

      @@maheshiyatipansalawa4014

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

    Jenny Mam....Really u r awesome to explain complex concept in understandable way....Really thanks to u.....

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

    AB,AC,AD,CB,CD are the candidate keys for the last question

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

    Nice video mam always give proper solutions

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

    Candidate Key :- AB, CB, CD, AD
    Prime Attributes :- {A,B,C,D}
    This answer I've got..

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

    tnk u..

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

    answer for the last question is No. of candidate keys are 4
    those are={CD,AB,CB,AD}

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

    for R(A,B,C,D,E) {A,B,C,D,E} will only be a SuperKey IF the table does not have duplicate rows right?
    so for such a table how do you go about determining the maximal SK ?

  • @sasi.s.sinthu8957
    @sasi.s.sinthu8957 4 роки тому +1

    Thanks for the lecture...and the answers is 3( C.K )which are AB,CB,CD and prime attributes are (A,B,C,D ). Correct my answer plz..

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

      yes bro you it's true

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

    Thank you

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

    I know this concept well. even then I am watching it because of you only mam...

  • @harshadlokare
    @harshadlokare 4 роки тому +48

    stop reading comments and focus on study........

    • @tejaswigopaladasu7372
      @tejaswigopaladasu7372 4 роки тому +4

      hello bro....ans for questions asked by her will be seen in comment section .so that many will see comment section for that purpose.

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

      @@tejaswigopaladasu7372 ok ok...

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

      @@harshadlokare terer jaise hi jobless hote hein

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

      @harshad lokare Stop commenting and focus xD...

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

    CK :- AB,AD,CB,CD Prime attribute :- (A,B,C,D).

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

    4 CK:-{CD,AB,CB,AD}
    Prime Attributes:-{A,B,C,D}

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

    Super

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

    Mam great explanation ☺️

  • @poeticsoul1105
    @poeticsoul1105 4 роки тому +5

    AB,AD,CB,CD are candidate keys

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

    Thanks mam
    Allah ape ko buhat kamyabi day

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

    I found 4(AB,AD,CB,CD) candidate keys in this relation

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

    Good one👌👌👌👌👌