Understanding Enhanced Entity-Relationship Generalization Hierarchy PrinciplesEntity relationship many to...
Whats happened with already installed GNOME apps if I install and run KDE to Ubuntu 18.04?
Is there any danger of my neighbor having my wife's signature?
What is the smallest molar volume?
bash aliases do not expand even with shopt expand_aliases
How does holding onto an active but un-used credit card affect your ability to get a loan?
Can I do anything else with aspersions other than cast them?
Why is it that Bernie Sanders always called a "socialist"?
How do I avoid the "chosen hero" feeling?
How to store all ctor parameters in fields
Custom taxonomies
Is Screenshot Time-tracking Common?
typeof generic and casted type
How do I make my single-minded character more interested in the main story?
Is there a name for this series?
Minimum Viable Product for RTS game?
Are there any rules for handling distractions whilst performing skill checks?
Coworker asking me to not bring cakes due to self control issue. What should I do?
Manager has noticed coworker's excessive breaks. Should I warn him?
Why is Shelob considered evil?
Partial derivative with respect to three variables
Multiple null checks in Java 8
Including proofs of known theorems in master's thesis
How do I add a strong "onion flavor" to the biryani (in restaurant style)?
What does an unprocessed RAW file look like?
Understanding Enhanced Entity-Relationship Generalization Hierarchy Principles
Entity relationship many to manyER Diagram translation to tablesEntity Relationship Model - double one to manyCan an entity in an entity-relationship diagram have more than one relationship?Hierarchical permissions in a table stored hierarchyEntity-Relationship Diagrams: Identifying which way a relationship flowsOrganizing a comments table: How to justify the choice?How to express a “some of which are” and “not all are” relationship with enhanced entity-relationship diagrams?Entity-Relationship Diagram Software
I was given this exercise:
(T/F and justify)
It can be said that an entity related to another entity through a
generalization hierarchy:
a) will always have a total participation with respect to the "parent"
b) will always inherit the relationships of the "parent"
My current considerations
Well, I think a) is true because it must be related to the other entity (that's the meaning of "total participation").
I have no idea about b).
I do not understand such a question. Can you clear my mind?
database-design erd
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I was given this exercise:
(T/F and justify)
It can be said that an entity related to another entity through a
generalization hierarchy:
a) will always have a total participation with respect to the "parent"
b) will always inherit the relationships of the "parent"
My current considerations
Well, I think a) is true because it must be related to the other entity (that's the meaning of "total participation").
I have no idea about b).
I do not understand such a question. Can you clear my mind?
database-design erd
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I was given this exercise:
(T/F and justify)
It can be said that an entity related to another entity through a
generalization hierarchy:
a) will always have a total participation with respect to the "parent"
b) will always inherit the relationships of the "parent"
My current considerations
Well, I think a) is true because it must be related to the other entity (that's the meaning of "total participation").
I have no idea about b).
I do not understand such a question. Can you clear my mind?
database-design erd
I was given this exercise:
(T/F and justify)
It can be said that an entity related to another entity through a
generalization hierarchy:
a) will always have a total participation with respect to the "parent"
b) will always inherit the relationships of the "parent"
My current considerations
Well, I think a) is true because it must be related to the other entity (that's the meaning of "total participation").
I have no idea about b).
I do not understand such a question. Can you clear my mind?
database-design erd
database-design erd
edited Sep 5 '17 at 19:41
MDCCL
6,84331745
6,84331745
asked Aug 23 '17 at 13:27
JustToKnowJustToKnow
11
11
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
According to this page:
A generalization hierarchy is a structured grouping of entities that
share common attributes.
In the example in the article, they use a Person as the generalized entity, and derive Faculty, Staff and Student from the Person.
There are also rules that govern a generalized entity:
- Each instance of the supertype entity must appear in at least one
subtype
- an instance of the subtype must appear in the supertype
- a subtype can not be related to more than one supertype
- generalization hierarchies may be nested by having the subtype of one
hierarchy be the supertype for another
From this, I deduce that the answer must be True, based on the fourth "rule".
1
Thank you for replying! Have you got any idea about b) ?
– JustToKnow
Aug 23 '17 at 22:31
As I said, I think the answer is true for both statements. I’ve never personally heard of generalized entities.
– Randolph West
Aug 24 '17 at 0:06
1
Ohh, it is okay! Can i ask you something? Have you got any idea if THE entity cant have own defined relations? Can this entity be weak with respect to another entity, that is different from the parent?
– JustToKnow
Aug 24 '17 at 1:14
I mean, following the statement: It can be said that an entity related to another entity through a generalization hierarchy: -cannot have own defined relations -Can this entity be weak with respect to another entity, that is different from the parent? This is really complicated :(
– JustToKnow
Aug 24 '17 at 1:23
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f184176%2funderstanding-enhanced-entity-relationship-generalization-hierarchy-principles%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
According to this page:
A generalization hierarchy is a structured grouping of entities that
share common attributes.
In the example in the article, they use a Person as the generalized entity, and derive Faculty, Staff and Student from the Person.
There are also rules that govern a generalized entity:
- Each instance of the supertype entity must appear in at least one
subtype
- an instance of the subtype must appear in the supertype
- a subtype can not be related to more than one supertype
- generalization hierarchies may be nested by having the subtype of one
hierarchy be the supertype for another
From this, I deduce that the answer must be True, based on the fourth "rule".
1
Thank you for replying! Have you got any idea about b) ?
– JustToKnow
Aug 23 '17 at 22:31
As I said, I think the answer is true for both statements. I’ve never personally heard of generalized entities.
– Randolph West
Aug 24 '17 at 0:06
1
Ohh, it is okay! Can i ask you something? Have you got any idea if THE entity cant have own defined relations? Can this entity be weak with respect to another entity, that is different from the parent?
– JustToKnow
Aug 24 '17 at 1:14
I mean, following the statement: It can be said that an entity related to another entity through a generalization hierarchy: -cannot have own defined relations -Can this entity be weak with respect to another entity, that is different from the parent? This is really complicated :(
– JustToKnow
Aug 24 '17 at 1:23
add a comment |
According to this page:
A generalization hierarchy is a structured grouping of entities that
share common attributes.
In the example in the article, they use a Person as the generalized entity, and derive Faculty, Staff and Student from the Person.
There are also rules that govern a generalized entity:
- Each instance of the supertype entity must appear in at least one
subtype
- an instance of the subtype must appear in the supertype
- a subtype can not be related to more than one supertype
- generalization hierarchies may be nested by having the subtype of one
hierarchy be the supertype for another
From this, I deduce that the answer must be True, based on the fourth "rule".
1
Thank you for replying! Have you got any idea about b) ?
– JustToKnow
Aug 23 '17 at 22:31
As I said, I think the answer is true for both statements. I’ve never personally heard of generalized entities.
– Randolph West
Aug 24 '17 at 0:06
1
Ohh, it is okay! Can i ask you something? Have you got any idea if THE entity cant have own defined relations? Can this entity be weak with respect to another entity, that is different from the parent?
– JustToKnow
Aug 24 '17 at 1:14
I mean, following the statement: It can be said that an entity related to another entity through a generalization hierarchy: -cannot have own defined relations -Can this entity be weak with respect to another entity, that is different from the parent? This is really complicated :(
– JustToKnow
Aug 24 '17 at 1:23
add a comment |
According to this page:
A generalization hierarchy is a structured grouping of entities that
share common attributes.
In the example in the article, they use a Person as the generalized entity, and derive Faculty, Staff and Student from the Person.
There are also rules that govern a generalized entity:
- Each instance of the supertype entity must appear in at least one
subtype
- an instance of the subtype must appear in the supertype
- a subtype can not be related to more than one supertype
- generalization hierarchies may be nested by having the subtype of one
hierarchy be the supertype for another
From this, I deduce that the answer must be True, based on the fourth "rule".
According to this page:
A generalization hierarchy is a structured grouping of entities that
share common attributes.
In the example in the article, they use a Person as the generalized entity, and derive Faculty, Staff and Student from the Person.
There are also rules that govern a generalized entity:
- Each instance of the supertype entity must appear in at least one
subtype
- an instance of the subtype must appear in the supertype
- a subtype can not be related to more than one supertype
- generalization hierarchies may be nested by having the subtype of one
hierarchy be the supertype for another
From this, I deduce that the answer must be True, based on the fourth "rule".
answered Aug 23 '17 at 20:40
Randolph WestRandolph West
2,649215
2,649215
1
Thank you for replying! Have you got any idea about b) ?
– JustToKnow
Aug 23 '17 at 22:31
As I said, I think the answer is true for both statements. I’ve never personally heard of generalized entities.
– Randolph West
Aug 24 '17 at 0:06
1
Ohh, it is okay! Can i ask you something? Have you got any idea if THE entity cant have own defined relations? Can this entity be weak with respect to another entity, that is different from the parent?
– JustToKnow
Aug 24 '17 at 1:14
I mean, following the statement: It can be said that an entity related to another entity through a generalization hierarchy: -cannot have own defined relations -Can this entity be weak with respect to another entity, that is different from the parent? This is really complicated :(
– JustToKnow
Aug 24 '17 at 1:23
add a comment |
1
Thank you for replying! Have you got any idea about b) ?
– JustToKnow
Aug 23 '17 at 22:31
As I said, I think the answer is true for both statements. I’ve never personally heard of generalized entities.
– Randolph West
Aug 24 '17 at 0:06
1
Ohh, it is okay! Can i ask you something? Have you got any idea if THE entity cant have own defined relations? Can this entity be weak with respect to another entity, that is different from the parent?
– JustToKnow
Aug 24 '17 at 1:14
I mean, following the statement: It can be said that an entity related to another entity through a generalization hierarchy: -cannot have own defined relations -Can this entity be weak with respect to another entity, that is different from the parent? This is really complicated :(
– JustToKnow
Aug 24 '17 at 1:23
1
1
Thank you for replying! Have you got any idea about b) ?
– JustToKnow
Aug 23 '17 at 22:31
Thank you for replying! Have you got any idea about b) ?
– JustToKnow
Aug 23 '17 at 22:31
As I said, I think the answer is true for both statements. I’ve never personally heard of generalized entities.
– Randolph West
Aug 24 '17 at 0:06
As I said, I think the answer is true for both statements. I’ve never personally heard of generalized entities.
– Randolph West
Aug 24 '17 at 0:06
1
1
Ohh, it is okay! Can i ask you something? Have you got any idea if THE entity cant have own defined relations? Can this entity be weak with respect to another entity, that is different from the parent?
– JustToKnow
Aug 24 '17 at 1:14
Ohh, it is okay! Can i ask you something? Have you got any idea if THE entity cant have own defined relations? Can this entity be weak with respect to another entity, that is different from the parent?
– JustToKnow
Aug 24 '17 at 1:14
I mean, following the statement: It can be said that an entity related to another entity through a generalization hierarchy: -cannot have own defined relations -Can this entity be weak with respect to another entity, that is different from the parent? This is really complicated :(
– JustToKnow
Aug 24 '17 at 1:23
I mean, following the statement: It can be said that an entity related to another entity through a generalization hierarchy: -cannot have own defined relations -Can this entity be weak with respect to another entity, that is different from the parent? This is really complicated :(
– JustToKnow
Aug 24 '17 at 1:23
add a comment |
Thanks for contributing an answer to Database Administrators Stack Exchange!
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f184176%2funderstanding-enhanced-entity-relationship-generalization-hierarchy-principles%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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