Problems identifying mutivalued dependencies












0















please help me to understand the answer to this exercise about multivalued dependencies in Relational Database Design, ok,the problem is as follows:




Consider the relation StudentInfo(sID, dorm, courseNum). Students
typically live in several dorms and take many courses during college.
Suppose the data does not capture which dorm(s) a student lived in
when taking a specific course, i.e., all dorm-course combinations are
recorded for each student. What are all of the multivalued
dependencies for relation StudentInfo?




These are the posible answers:




a) sID ->> dorm



b) sID ->> courseNum



c) sID ->> dorm, sID ->> courseNum ->> correct



d) sID ->> dorm, sID ->> courseNum, dorm ->> courseNum




Now, the correct answer is c.



Somethings that I can't grasp are:



Is dorm ->> courseNum a multivalued dependency?



Why dorm ->> courseNum implies that all students in each dorm take the same set of courses?



A lot of thanks, sorry for my english and lastly, the question was taken from Stanford Lagunita










share|improve this question

























  • In general I think if you are taking a class you should talk to your professor. Both of you will get more out of it.

    – Hogan
    Nov 21 '18 at 19:10











  • Yeah, but believe me, that is not an option for me.

    – byron perez
    Nov 21 '18 at 19:28













  • @Hogan That's a free online course. But @ byronperez that doesn't mean you can't contact the professor re help or helpers.

    – philipxy
    Nov 21 '18 at 21:20











  • So give the basic definitions of & facts re MVDs that you have been given that might apply. Give in your own words what a row in the relation says & the relation's constraints. See How to Ask & hits googling 'stackexchange homework'--show what you can do or think may be relevant. Eg: Can you represent the relation in terms of smaller ones? A basic MVD fact says, when there is an MVD there is a certain decomposition. So decompositions suggest possible MVDs. Find decomposition(s) corresponding to MVD(s). PS A MVD is not a relation--so rephrase "the dorm ->> courseNum relation" to make sense.

    – philipxy
    Nov 21 '18 at 21:42













  • Hi. Definitions & facts. Besides those being necessary for you or anyone to solve the problem, they are necessary for us to refer to in justifying/explaining a solution in an answer post. So please don't expect us to go get them when you won't. Also there is no use in our presenting them wholesale yet again, that is just us rewriting your textbook or the dozens free online in pdf. Where you don't understand a (published academic) presentation's definition or fact or how to apply it, quote it & ask/explain re being stuck there.

    – philipxy
    Nov 21 '18 at 22:09


















0















please help me to understand the answer to this exercise about multivalued dependencies in Relational Database Design, ok,the problem is as follows:




Consider the relation StudentInfo(sID, dorm, courseNum). Students
typically live in several dorms and take many courses during college.
Suppose the data does not capture which dorm(s) a student lived in
when taking a specific course, i.e., all dorm-course combinations are
recorded for each student. What are all of the multivalued
dependencies for relation StudentInfo?




These are the posible answers:




a) sID ->> dorm



b) sID ->> courseNum



c) sID ->> dorm, sID ->> courseNum ->> correct



d) sID ->> dorm, sID ->> courseNum, dorm ->> courseNum




Now, the correct answer is c.



Somethings that I can't grasp are:



Is dorm ->> courseNum a multivalued dependency?



Why dorm ->> courseNum implies that all students in each dorm take the same set of courses?



A lot of thanks, sorry for my english and lastly, the question was taken from Stanford Lagunita










share|improve this question

























  • In general I think if you are taking a class you should talk to your professor. Both of you will get more out of it.

    – Hogan
    Nov 21 '18 at 19:10











  • Yeah, but believe me, that is not an option for me.

    – byron perez
    Nov 21 '18 at 19:28













  • @Hogan That's a free online course. But @ byronperez that doesn't mean you can't contact the professor re help or helpers.

    – philipxy
    Nov 21 '18 at 21:20











  • So give the basic definitions of & facts re MVDs that you have been given that might apply. Give in your own words what a row in the relation says & the relation's constraints. See How to Ask & hits googling 'stackexchange homework'--show what you can do or think may be relevant. Eg: Can you represent the relation in terms of smaller ones? A basic MVD fact says, when there is an MVD there is a certain decomposition. So decompositions suggest possible MVDs. Find decomposition(s) corresponding to MVD(s). PS A MVD is not a relation--so rephrase "the dorm ->> courseNum relation" to make sense.

    – philipxy
    Nov 21 '18 at 21:42













  • Hi. Definitions & facts. Besides those being necessary for you or anyone to solve the problem, they are necessary for us to refer to in justifying/explaining a solution in an answer post. So please don't expect us to go get them when you won't. Also there is no use in our presenting them wholesale yet again, that is just us rewriting your textbook or the dozens free online in pdf. Where you don't understand a (published academic) presentation's definition or fact or how to apply it, quote it & ask/explain re being stuck there.

    – philipxy
    Nov 21 '18 at 22:09
















0












0








0








please help me to understand the answer to this exercise about multivalued dependencies in Relational Database Design, ok,the problem is as follows:




Consider the relation StudentInfo(sID, dorm, courseNum). Students
typically live in several dorms and take many courses during college.
Suppose the data does not capture which dorm(s) a student lived in
when taking a specific course, i.e., all dorm-course combinations are
recorded for each student. What are all of the multivalued
dependencies for relation StudentInfo?




These are the posible answers:




a) sID ->> dorm



b) sID ->> courseNum



c) sID ->> dorm, sID ->> courseNum ->> correct



d) sID ->> dorm, sID ->> courseNum, dorm ->> courseNum




Now, the correct answer is c.



Somethings that I can't grasp are:



Is dorm ->> courseNum a multivalued dependency?



Why dorm ->> courseNum implies that all students in each dorm take the same set of courses?



A lot of thanks, sorry for my english and lastly, the question was taken from Stanford Lagunita










share|improve this question
















please help me to understand the answer to this exercise about multivalued dependencies in Relational Database Design, ok,the problem is as follows:




Consider the relation StudentInfo(sID, dorm, courseNum). Students
typically live in several dorms and take many courses during college.
Suppose the data does not capture which dorm(s) a student lived in
when taking a specific course, i.e., all dorm-course combinations are
recorded for each student. What are all of the multivalued
dependencies for relation StudentInfo?




These are the posible answers:




a) sID ->> dorm



b) sID ->> courseNum



c) sID ->> dorm, sID ->> courseNum ->> correct



d) sID ->> dorm, sID ->> courseNum, dorm ->> courseNum




Now, the correct answer is c.



Somethings that I can't grasp are:



Is dorm ->> courseNum a multivalued dependency?



Why dorm ->> courseNum implies that all students in each dorm take the same set of courses?



A lot of thanks, sorry for my english and lastly, the question was taken from Stanford Lagunita







database database-design database-normalization relational






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 21 '18 at 21:54







byron perez

















asked Nov 21 '18 at 19:00









byron perezbyron perez

155




155













  • In general I think if you are taking a class you should talk to your professor. Both of you will get more out of it.

    – Hogan
    Nov 21 '18 at 19:10











  • Yeah, but believe me, that is not an option for me.

    – byron perez
    Nov 21 '18 at 19:28













  • @Hogan That's a free online course. But @ byronperez that doesn't mean you can't contact the professor re help or helpers.

    – philipxy
    Nov 21 '18 at 21:20











  • So give the basic definitions of & facts re MVDs that you have been given that might apply. Give in your own words what a row in the relation says & the relation's constraints. See How to Ask & hits googling 'stackexchange homework'--show what you can do or think may be relevant. Eg: Can you represent the relation in terms of smaller ones? A basic MVD fact says, when there is an MVD there is a certain decomposition. So decompositions suggest possible MVDs. Find decomposition(s) corresponding to MVD(s). PS A MVD is not a relation--so rephrase "the dorm ->> courseNum relation" to make sense.

    – philipxy
    Nov 21 '18 at 21:42













  • Hi. Definitions & facts. Besides those being necessary for you or anyone to solve the problem, they are necessary for us to refer to in justifying/explaining a solution in an answer post. So please don't expect us to go get them when you won't. Also there is no use in our presenting them wholesale yet again, that is just us rewriting your textbook or the dozens free online in pdf. Where you don't understand a (published academic) presentation's definition or fact or how to apply it, quote it & ask/explain re being stuck there.

    – philipxy
    Nov 21 '18 at 22:09





















  • In general I think if you are taking a class you should talk to your professor. Both of you will get more out of it.

    – Hogan
    Nov 21 '18 at 19:10











  • Yeah, but believe me, that is not an option for me.

    – byron perez
    Nov 21 '18 at 19:28













  • @Hogan That's a free online course. But @ byronperez that doesn't mean you can't contact the professor re help or helpers.

    – philipxy
    Nov 21 '18 at 21:20











  • So give the basic definitions of & facts re MVDs that you have been given that might apply. Give in your own words what a row in the relation says & the relation's constraints. See How to Ask & hits googling 'stackexchange homework'--show what you can do or think may be relevant. Eg: Can you represent the relation in terms of smaller ones? A basic MVD fact says, when there is an MVD there is a certain decomposition. So decompositions suggest possible MVDs. Find decomposition(s) corresponding to MVD(s). PS A MVD is not a relation--so rephrase "the dorm ->> courseNum relation" to make sense.

    – philipxy
    Nov 21 '18 at 21:42













  • Hi. Definitions & facts. Besides those being necessary for you or anyone to solve the problem, they are necessary for us to refer to in justifying/explaining a solution in an answer post. So please don't expect us to go get them when you won't. Also there is no use in our presenting them wholesale yet again, that is just us rewriting your textbook or the dozens free online in pdf. Where you don't understand a (published academic) presentation's definition or fact or how to apply it, quote it & ask/explain re being stuck there.

    – philipxy
    Nov 21 '18 at 22:09



















In general I think if you are taking a class you should talk to your professor. Both of you will get more out of it.

– Hogan
Nov 21 '18 at 19:10





In general I think if you are taking a class you should talk to your professor. Both of you will get more out of it.

– Hogan
Nov 21 '18 at 19:10













Yeah, but believe me, that is not an option for me.

– byron perez
Nov 21 '18 at 19:28







Yeah, but believe me, that is not an option for me.

– byron perez
Nov 21 '18 at 19:28















@Hogan That's a free online course. But @ byronperez that doesn't mean you can't contact the professor re help or helpers.

– philipxy
Nov 21 '18 at 21:20





@Hogan That's a free online course. But @ byronperez that doesn't mean you can't contact the professor re help or helpers.

– philipxy
Nov 21 '18 at 21:20













So give the basic definitions of & facts re MVDs that you have been given that might apply. Give in your own words what a row in the relation says & the relation's constraints. See How to Ask & hits googling 'stackexchange homework'--show what you can do or think may be relevant. Eg: Can you represent the relation in terms of smaller ones? A basic MVD fact says, when there is an MVD there is a certain decomposition. So decompositions suggest possible MVDs. Find decomposition(s) corresponding to MVD(s). PS A MVD is not a relation--so rephrase "the dorm ->> courseNum relation" to make sense.

– philipxy
Nov 21 '18 at 21:42







So give the basic definitions of & facts re MVDs that you have been given that might apply. Give in your own words what a row in the relation says & the relation's constraints. See How to Ask & hits googling 'stackexchange homework'--show what you can do or think may be relevant. Eg: Can you represent the relation in terms of smaller ones? A basic MVD fact says, when there is an MVD there is a certain decomposition. So decompositions suggest possible MVDs. Find decomposition(s) corresponding to MVD(s). PS A MVD is not a relation--so rephrase "the dorm ->> courseNum relation" to make sense.

– philipxy
Nov 21 '18 at 21:42















Hi. Definitions & facts. Besides those being necessary for you or anyone to solve the problem, they are necessary for us to refer to in justifying/explaining a solution in an answer post. So please don't expect us to go get them when you won't. Also there is no use in our presenting them wholesale yet again, that is just us rewriting your textbook or the dozens free online in pdf. Where you don't understand a (published academic) presentation's definition or fact or how to apply it, quote it & ask/explain re being stuck there.

– philipxy
Nov 21 '18 at 22:09







Hi. Definitions & facts. Besides those being necessary for you or anyone to solve the problem, they are necessary for us to refer to in justifying/explaining a solution in an answer post. So please don't expect us to go get them when you won't. Also there is no use in our presenting them wholesale yet again, that is just us rewriting your textbook or the dozens free online in pdf. Where you don't understand a (published academic) presentation's definition or fact or how to apply it, quote it & ask/explain re being stuck there.

– philipxy
Nov 21 '18 at 22:09














1 Answer
1






active

oldest

votes


















-1














There is no relationship between dorm and courseNum -- they are independent.



I don't know how to answer your 2nd question. If I were to translate the question to English, it seems you are asking if it is defined that each student in a dorm takes a class why does that define that each student in a dorm takes a class.



dorm ->> courseNum 


Means for each dorm map it to a class.






share|improve this answer
























  • Yeah, sorry for my bad explanation, regardless, In the Stanford website it is said: The third multivalued dependency in Answer 4 says all students in each dorm take the same set of courses. and I guess that is an important consideration in order to understand this problem. Isn't it? Thanks a lot for your help.

    – byron perez
    Nov 21 '18 at 19:41











  • @byronperez There is a "relationship between dorm and courseNum" here. It is "for some [sID], student [sID] lived in dorm [dorm] & took course [courseNum] during college". It is represented by project dorm, courseNum (StudentInfo). This answer also is not consistent with what "->>" & "MVD" mean. "dorm ->> courseNum" here states that each {sID,dorm} subrow value from this relation appears with every {sID, course} subrow value from this relation with the same sID. (And vice versa.) That has something to do with some things being "independent" but nothing here is clear enough to be helpful.

    – philipxy
    Nov 22 '18 at 4:53













  • @byronperez -- that is exactly what I understood. It is an important consideration and I was making it. My point is if all students in a dorm take the same class then there is that translates into there being a relationship between dorm and class.

    – Hogan
    Nov 22 '18 at 19:08











  • @byronperez & Hogan The problem/assignment is very poorly conceived & phrased. Eg they don't mean "all classes", they mean, all classes in the table taken by the given student. Ditto for "all dorms". The problem is that if one understands MVDs & one tolerates ill-considered & poorly-phrased writing then one can guess a lot of what the poor problem statement should be saying, and if one's understanding of MVDs is weak then one is apt to wrongly attribute difficulties in understanding or answering the poor problem statement to oneself. (My answer's in draft.)

    – philipxy
    Nov 23 '18 at 0:23













Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53418905%2fproblems-identifying-mutivalued-dependencies%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









-1














There is no relationship between dorm and courseNum -- they are independent.



I don't know how to answer your 2nd question. If I were to translate the question to English, it seems you are asking if it is defined that each student in a dorm takes a class why does that define that each student in a dorm takes a class.



dorm ->> courseNum 


Means for each dorm map it to a class.






share|improve this answer
























  • Yeah, sorry for my bad explanation, regardless, In the Stanford website it is said: The third multivalued dependency in Answer 4 says all students in each dorm take the same set of courses. and I guess that is an important consideration in order to understand this problem. Isn't it? Thanks a lot for your help.

    – byron perez
    Nov 21 '18 at 19:41











  • @byronperez There is a "relationship between dorm and courseNum" here. It is "for some [sID], student [sID] lived in dorm [dorm] & took course [courseNum] during college". It is represented by project dorm, courseNum (StudentInfo). This answer also is not consistent with what "->>" & "MVD" mean. "dorm ->> courseNum" here states that each {sID,dorm} subrow value from this relation appears with every {sID, course} subrow value from this relation with the same sID. (And vice versa.) That has something to do with some things being "independent" but nothing here is clear enough to be helpful.

    – philipxy
    Nov 22 '18 at 4:53













  • @byronperez -- that is exactly what I understood. It is an important consideration and I was making it. My point is if all students in a dorm take the same class then there is that translates into there being a relationship between dorm and class.

    – Hogan
    Nov 22 '18 at 19:08











  • @byronperez & Hogan The problem/assignment is very poorly conceived & phrased. Eg they don't mean "all classes", they mean, all classes in the table taken by the given student. Ditto for "all dorms". The problem is that if one understands MVDs & one tolerates ill-considered & poorly-phrased writing then one can guess a lot of what the poor problem statement should be saying, and if one's understanding of MVDs is weak then one is apt to wrongly attribute difficulties in understanding or answering the poor problem statement to oneself. (My answer's in draft.)

    – philipxy
    Nov 23 '18 at 0:23


















-1














There is no relationship between dorm and courseNum -- they are independent.



I don't know how to answer your 2nd question. If I were to translate the question to English, it seems you are asking if it is defined that each student in a dorm takes a class why does that define that each student in a dorm takes a class.



dorm ->> courseNum 


Means for each dorm map it to a class.






share|improve this answer
























  • Yeah, sorry for my bad explanation, regardless, In the Stanford website it is said: The third multivalued dependency in Answer 4 says all students in each dorm take the same set of courses. and I guess that is an important consideration in order to understand this problem. Isn't it? Thanks a lot for your help.

    – byron perez
    Nov 21 '18 at 19:41











  • @byronperez There is a "relationship between dorm and courseNum" here. It is "for some [sID], student [sID] lived in dorm [dorm] & took course [courseNum] during college". It is represented by project dorm, courseNum (StudentInfo). This answer also is not consistent with what "->>" & "MVD" mean. "dorm ->> courseNum" here states that each {sID,dorm} subrow value from this relation appears with every {sID, course} subrow value from this relation with the same sID. (And vice versa.) That has something to do with some things being "independent" but nothing here is clear enough to be helpful.

    – philipxy
    Nov 22 '18 at 4:53













  • @byronperez -- that is exactly what I understood. It is an important consideration and I was making it. My point is if all students in a dorm take the same class then there is that translates into there being a relationship between dorm and class.

    – Hogan
    Nov 22 '18 at 19:08











  • @byronperez & Hogan The problem/assignment is very poorly conceived & phrased. Eg they don't mean "all classes", they mean, all classes in the table taken by the given student. Ditto for "all dorms". The problem is that if one understands MVDs & one tolerates ill-considered & poorly-phrased writing then one can guess a lot of what the poor problem statement should be saying, and if one's understanding of MVDs is weak then one is apt to wrongly attribute difficulties in understanding or answering the poor problem statement to oneself. (My answer's in draft.)

    – philipxy
    Nov 23 '18 at 0:23
















-1












-1








-1







There is no relationship between dorm and courseNum -- they are independent.



I don't know how to answer your 2nd question. If I were to translate the question to English, it seems you are asking if it is defined that each student in a dorm takes a class why does that define that each student in a dorm takes a class.



dorm ->> courseNum 


Means for each dorm map it to a class.






share|improve this answer













There is no relationship between dorm and courseNum -- they are independent.



I don't know how to answer your 2nd question. If I were to translate the question to English, it seems you are asking if it is defined that each student in a dorm takes a class why does that define that each student in a dorm takes a class.



dorm ->> courseNum 


Means for each dorm map it to a class.







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 21 '18 at 19:09









HoganHogan

55.6k967103




55.6k967103













  • Yeah, sorry for my bad explanation, regardless, In the Stanford website it is said: The third multivalued dependency in Answer 4 says all students in each dorm take the same set of courses. and I guess that is an important consideration in order to understand this problem. Isn't it? Thanks a lot for your help.

    – byron perez
    Nov 21 '18 at 19:41











  • @byronperez There is a "relationship between dorm and courseNum" here. It is "for some [sID], student [sID] lived in dorm [dorm] & took course [courseNum] during college". It is represented by project dorm, courseNum (StudentInfo). This answer also is not consistent with what "->>" & "MVD" mean. "dorm ->> courseNum" here states that each {sID,dorm} subrow value from this relation appears with every {sID, course} subrow value from this relation with the same sID. (And vice versa.) That has something to do with some things being "independent" but nothing here is clear enough to be helpful.

    – philipxy
    Nov 22 '18 at 4:53













  • @byronperez -- that is exactly what I understood. It is an important consideration and I was making it. My point is if all students in a dorm take the same class then there is that translates into there being a relationship between dorm and class.

    – Hogan
    Nov 22 '18 at 19:08











  • @byronperez & Hogan The problem/assignment is very poorly conceived & phrased. Eg they don't mean "all classes", they mean, all classes in the table taken by the given student. Ditto for "all dorms". The problem is that if one understands MVDs & one tolerates ill-considered & poorly-phrased writing then one can guess a lot of what the poor problem statement should be saying, and if one's understanding of MVDs is weak then one is apt to wrongly attribute difficulties in understanding or answering the poor problem statement to oneself. (My answer's in draft.)

    – philipxy
    Nov 23 '18 at 0:23





















  • Yeah, sorry for my bad explanation, regardless, In the Stanford website it is said: The third multivalued dependency in Answer 4 says all students in each dorm take the same set of courses. and I guess that is an important consideration in order to understand this problem. Isn't it? Thanks a lot for your help.

    – byron perez
    Nov 21 '18 at 19:41











  • @byronperez There is a "relationship between dorm and courseNum" here. It is "for some [sID], student [sID] lived in dorm [dorm] & took course [courseNum] during college". It is represented by project dorm, courseNum (StudentInfo). This answer also is not consistent with what "->>" & "MVD" mean. "dorm ->> courseNum" here states that each {sID,dorm} subrow value from this relation appears with every {sID, course} subrow value from this relation with the same sID. (And vice versa.) That has something to do with some things being "independent" but nothing here is clear enough to be helpful.

    – philipxy
    Nov 22 '18 at 4:53













  • @byronperez -- that is exactly what I understood. It is an important consideration and I was making it. My point is if all students in a dorm take the same class then there is that translates into there being a relationship between dorm and class.

    – Hogan
    Nov 22 '18 at 19:08











  • @byronperez & Hogan The problem/assignment is very poorly conceived & phrased. Eg they don't mean "all classes", they mean, all classes in the table taken by the given student. Ditto for "all dorms". The problem is that if one understands MVDs & one tolerates ill-considered & poorly-phrased writing then one can guess a lot of what the poor problem statement should be saying, and if one's understanding of MVDs is weak then one is apt to wrongly attribute difficulties in understanding or answering the poor problem statement to oneself. (My answer's in draft.)

    – philipxy
    Nov 23 '18 at 0:23



















Yeah, sorry for my bad explanation, regardless, In the Stanford website it is said: The third multivalued dependency in Answer 4 says all students in each dorm take the same set of courses. and I guess that is an important consideration in order to understand this problem. Isn't it? Thanks a lot for your help.

– byron perez
Nov 21 '18 at 19:41





Yeah, sorry for my bad explanation, regardless, In the Stanford website it is said: The third multivalued dependency in Answer 4 says all students in each dorm take the same set of courses. and I guess that is an important consideration in order to understand this problem. Isn't it? Thanks a lot for your help.

– byron perez
Nov 21 '18 at 19:41













@byronperez There is a "relationship between dorm and courseNum" here. It is "for some [sID], student [sID] lived in dorm [dorm] & took course [courseNum] during college". It is represented by project dorm, courseNum (StudentInfo). This answer also is not consistent with what "->>" & "MVD" mean. "dorm ->> courseNum" here states that each {sID,dorm} subrow value from this relation appears with every {sID, course} subrow value from this relation with the same sID. (And vice versa.) That has something to do with some things being "independent" but nothing here is clear enough to be helpful.

– philipxy
Nov 22 '18 at 4:53







@byronperez There is a "relationship between dorm and courseNum" here. It is "for some [sID], student [sID] lived in dorm [dorm] & took course [courseNum] during college". It is represented by project dorm, courseNum (StudentInfo). This answer also is not consistent with what "->>" & "MVD" mean. "dorm ->> courseNum" here states that each {sID,dorm} subrow value from this relation appears with every {sID, course} subrow value from this relation with the same sID. (And vice versa.) That has something to do with some things being "independent" but nothing here is clear enough to be helpful.

– philipxy
Nov 22 '18 at 4:53















@byronperez -- that is exactly what I understood. It is an important consideration and I was making it. My point is if all students in a dorm take the same class then there is that translates into there being a relationship between dorm and class.

– Hogan
Nov 22 '18 at 19:08





@byronperez -- that is exactly what I understood. It is an important consideration and I was making it. My point is if all students in a dorm take the same class then there is that translates into there being a relationship between dorm and class.

– Hogan
Nov 22 '18 at 19:08













@byronperez & Hogan The problem/assignment is very poorly conceived & phrased. Eg they don't mean "all classes", they mean, all classes in the table taken by the given student. Ditto for "all dorms". The problem is that if one understands MVDs & one tolerates ill-considered & poorly-phrased writing then one can guess a lot of what the poor problem statement should be saying, and if one's understanding of MVDs is weak then one is apt to wrongly attribute difficulties in understanding or answering the poor problem statement to oneself. (My answer's in draft.)

– philipxy
Nov 23 '18 at 0:23







@byronperez & Hogan The problem/assignment is very poorly conceived & phrased. Eg they don't mean "all classes", they mean, all classes in the table taken by the given student. Ditto for "all dorms". The problem is that if one understands MVDs & one tolerates ill-considered & poorly-phrased writing then one can guess a lot of what the poor problem statement should be saying, and if one's understanding of MVDs is weak then one is apt to wrongly attribute difficulties in understanding or answering the poor problem statement to oneself. (My answer's in draft.)

– philipxy
Nov 23 '18 at 0:23






















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53418905%2fproblems-identifying-mutivalued-dependencies%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?