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

Поділитися
Вставка
  • Опубліковано 8 лют 2025
  • 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

КОМЕНТАРІ • 477

  • @ommidazimi8297
    @ommidazimi8297 4 місяці тому +21

    Stuying computer sience in germany and i gotta say this is the best playlist for DBMS

    • @RoAJ-h4i
      @RoAJ-h4i 2 місяці тому +2

      same 👏👍

    • @durumarthu
      @durumarthu 2 місяці тому +2

      She is the best.

  • @samsons8279
    @samsons8279 2 роки тому +171

    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 2 роки тому +3

      can you explain it?

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

      @@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 Рік тому +7

      @@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 роки тому +35

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

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

    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 9 місяців тому +2

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

  • @cmmsilva
    @cmmsilva 11 місяців тому +1

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

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

    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.

  • @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.

  • @theuniverse9928
    @theuniverse9928 4 роки тому +14

    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...

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

    somebody award this playlist!

  • @muhammadshahzaib2073
    @muhammadshahzaib2073 5 років тому +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 роки тому +11

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

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

      Whats is GATE?

    • @tech_factory18
      @tech_factory18 13 днів тому

      @@cmmsilva gate is nothing but a iron gate in front of home 🤣🤣... competitive exam man

  • @KrupalusPersonal
    @KrupalusPersonal Рік тому +7

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

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

    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 роки тому +76

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

    • @pedrosousa7254
      @pedrosousa7254 3 роки тому +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 2 роки тому +1

      how can you please explain

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

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

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

    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.

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

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

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

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

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

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

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

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

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

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

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

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

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

      Bhai thodi padhai bhi kar leta

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

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

  • @SamuelAdedeji-d4g
    @SamuelAdedeji-d4g 4 місяці тому

    Great video and excellent explanation! Thank you, J

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

    your way of explanation is too good...MAM

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

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

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

      @@mq4950 plz can u explain how?

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

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

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

    thank u mam! u made this super easy

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

    My question is solved after watching this video 😊

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

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

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

    Thank you so much mam really superb video 💫👌

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

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

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

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

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

      Plz bro explain how

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

    simply amazing. better than my professor.

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

    you have taught very well but it is very complex

  • @VEENABADGUJAR-vz1ei
    @VEENABADGUJAR-vz1ei 10 місяців тому +1

    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

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

    Bunch of thanks for the clear explanation🧡🧡

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

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

  • @001aariffarooqbhat7
    @001aariffarooqbhat7 2 роки тому

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

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

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

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

    Thank you ma'am 😊

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

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

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

    Very helpful, thank you very much

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

    Answer for question at 18:31 :
    Number of candidate keys = 4
    Set of candidate keys = { AB, CB , AD , CD }
    Prime attributes = { A, B, C, D }

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

    thanks mam . It helps me a lot :)

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

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

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

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

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

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

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

    Thank You Soo much mam

  • @zeelchauhan4401
    @zeelchauhan4401 4 роки тому +8

    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.

  • @Ruby..R
    @Ruby..R 2 роки тому

    Really really such a wonderful video ma'am. Thanks a lot

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

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

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

    wtf this person is awesome thank u :)

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

    U r best teacher thank u mam🙏

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

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

  • @flamelsphoenix145
    @flamelsphoenix145 5 років тому +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 5 років тому +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

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

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

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

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

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

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

  • @RitikKumar-km5io
    @RitikKumar-km5io Рік тому

    Thank You Mam❤!

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

    thank you mam, clear concept :)

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

    Thank you MA'AM for such awesome video 🙌

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

    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

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

    Thanks for this mam !!

  • @medhadhar6115
    @medhadhar6115 3 роки тому +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 2 роки тому

      @@vivekreddy7315 please tell how ad is candidate key

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

      please can you give the clear explanation?

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

    very helpfull

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

    Sometimes you use commas and other time you don't when expressing the sets. For example you expressed in this video for the closure of ABCDE = {A,B,C,D,E}, in other videos it was ={ABCDE}. Which one is the correct way? Or does it matter? I see the same thing my professor doing when working through problems and it confuses me when providing answers on exams and homework. Thanks in advance.

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

    Thanku so much ma’am for these lectures 🙂

  • @viplovekadre9371
    @viplovekadre9371 5 років тому +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

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

      BC also will give whole relation

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

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

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

    very helpfully video thank you mam

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

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

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

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

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

      I got the same.

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

      Yeah, I got these too.

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

      I got these same

    • @bense_tony
      @bense_tony 4 роки тому +145

      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 4 роки тому +4

      @@bense_tony nice work

  • @alina_123
    @alina_123 Рік тому +2

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

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

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

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

    4 CK:-{CD,AB,CB,AD}
    Prime Attributes:-{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

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

    Thank you

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

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

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

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

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

    3 candidate keys are present in my point of view

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

    13:30 is [DA]+ , [DB]+ , [DC]+ also is the candidate key instate of only [DA]+ ?

  • @continnum_radhe-radhe
    @continnum_radhe-radhe Рік тому +1

    ❤❤❤

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

    Mam please check the vedio @6:45 where AD+ is super key. you just skip it.

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

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

  • @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

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

    AB, AD, BC, CD and all prime attributes

    • @altinarexha6134
      @altinarexha6134 5 років тому +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

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

    I can not decide how AD is candidate key. Actually by replacing derterminant it is clear AD is SK but i can not figure out how its closure is containg all the attribute.
    This is what i am doing
    Given FD: AB->CD, D->B, C->A
    from above given fd i have done this
    AB->C, AB->D, CD->AB, CD->A, CD->B,
    D->B
    AD->AB
    AD->A
    AD->B
    Using above given and calculated fd I could only idententify A, B, D attributes in the closure set of AD
    I want someone help me how AD is SK
    And rest i can figure out myself
    I apprepriate you invaluable help.

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

    Thanku maam 😘

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

    Much love from UTCN

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

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

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

    Nice video mam always give proper solutions

  • @tirthajit.das.18
    @tirthajit.das.18 7 місяців тому +1

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

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

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

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

    Mam great explanation ☺️

  • @madhav-k
    @madhav-k 4 роки тому

    AB, AD, CB, CD are Primary key and also Candidate key
    Prime attributes are {A,B,C,D}

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

      Please explain how you got candidate key

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

      I got only two candidate key

    • @madhav-k
      @madhav-k 4 роки тому

      Candidate key is a key whose subset is not a super key
      Like in AB
      Subset is {A,B}
      Here A+ ≠ All attributes
      Or
      B+ ≠ All attributes

    • @madhav-k
      @madhav-k 4 роки тому

      So A or B is not super key

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

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

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

    Excellent mam

  • @gunjonroy1304
    @gunjonroy1304 4 роки тому +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

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

    Good one👌👌👌👌👌

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

    16:50 B+={B,C,A,B} so B is a superkey . But she told B is not Superkey . Can anyone explain?

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

    tnk u..