EBK MODERN DATABASE MANAGEMENT,
13th Edition
ISBN: 9780134792279
Author: TOPI
Publisher: YUZU
expand_more
expand_more
format_list_bulleted
Concept explainers
Textbook Question
Chapter 3, Problem 3.2RQ
Match the following terms and definitions:
_____supertype
_____entity cluster
_____subtype
_____specialization
_____subtype discriminator
_____attribute inheritance
_____generalization
- subset of supertype
- creating a supertype for entity types
- subtype gets supertype attributes
- generalized entity type
- creating subtypes for an entity type
- a group of associated entity types and relationships
- locates target subtype for an entity
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
q23
q21
Please draw the enhanced entity relation diagram with subclass and superclass structure for three types of accounts: Checking Account, Saving Account and Loan Account using Lucidchart
For Checking Account type, it has the following attributes account_ID, account_type, account_open_date, checking_balance, available_balance, charge_per_check
For Saving Account type, it has the following attributes account_ID, account_type, account_open_date, saving_balance, interest_rate, interest_earned
For Loan Account type, it has the following attributes account_ID, account_type, account_open_date, loan_balance, loan_date, loan_interest
Chapter 3 Solutions
EBK MODERN DATABASE MANAGEMENT,
Ch. 3 - Define each of the following terms: supertype...Ch. 3 - Match the following terms and definitions:...Ch. 3 - Contrast the following terms: supertype; subtype...Ch. 3 - State two conditions that indicate when a database...Ch. 3 - Prob. 3.5RQCh. 3 - Give an example (other than those discussed in the...Ch. 3 - What is the attribute inheritance? Why is it...Ch. 3 - Give an example of each of the following: a...Ch. 3 - What types of business rules are normally captured...Ch. 3 - What is the purpose of a subtype discriminator?
Ch. 3 - Prob. 3.11RQCh. 3 - In what ways is starting a data modeling project...Ch. 3 - Prob. 3.13RQCh. 3 - Prob. 3.14RQCh. 3 - What do you purchase when you acquire a packaged...Ch. 3 - In Figure 3-5b, why must the minimum cardinality...Ch. 3 - When is a member of a supertype always a member of...Ch. 3 - Examine the hierarchy for the university EER...Ch. 3 - Add a subtype discriminator for each of the...Ch. 3 - For simplicity, subtype discriminators were left...Ch. 3 - Refer to the employee EER diagram in Figure 3-2....Ch. 3 - Refer to the EER diagram for patients in Figure...Ch. 3 - Figure 3-13 shows the development Of entity...Ch. 3 - Refer to Problem and Exercise 2-44 in Chapter 2...Ch. 3 - For a library, the entity type HOLDING has four...Ch. 3 - A bank has three types of accounts: checking,...Ch. 3 - Refer to your answer to Problem and Exercise 2-4...Ch. 3 - Refer to your answer to Problem and Exercise 3-24...Ch. 3 - Prob. 3.29PAECh. 3 - Draw an EER diagram for the following situation:...Ch. 3 - Develop an EER model for the following situation,...Ch. 3 - Prob. 3.32PAECh. 3 - Prob. 3.33PAECh. 3 - Prob. 3.34PAECh. 3 - Based on the EER diagram constructed for Problem...Ch. 3 - Prob. 3.36PAECh. 3 - Prob. 3.37PAECh. 3 - Add the following to Figure 3-16: An EMPLOYMENT...
Additional Engineering Textbook Solutions
Find more solutions based on key concepts
PERSON AND CUSTOMER Classes Design a class named Person with properties for holding a persons name, address, an...
Starting Out With Visual C# (5th Edition)
Type in and run the six programs presented in this chapter. Compare the output produced by each program with th...
Programming in C
What are the design issues for character string types?
Concepts Of Programming Languages
This optional Google account security feature sends you a message with a code that you must enter, in addition ...
Survey of Operating Systems, 5e
In Problems 1 through 10, find a function y=f(x) satisfying the given differential equation and the prescribed ...
Differential Equations: Computing and Modeling (5th Edition), Edwards, Penney & Calvis
Suppose that we create an array A of GameEntry objects, which has an integer scores field, and we clone A and s...
Data Structures and Algorithms in Java
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- hand draw an entity-relationship diagram to visually represent a database design this an example, you can choose any subjectarrow_forwardA entity instance of one type related to exactly one-entity instance of another type is------? Many entity instances of one type related to one entity instance of another type is-------? An entity instance of one type related to many entity instance of another type is--------?arrow_forwardGeneralization is the process of defining a general entity type from a collection of specialized entity types Select one: O a. FALSE O b. TRUEarrow_forward
- A relationship between entity supertype and entity subtype is known as ___arrow_forwardENHANCE ENTITY RELATIOSHIP DIAGRAM The entity type PERSON has the following attributes: SSN, name, address (City/State/Zip), date of birth, age, and contact number. The entity also has the three subtypes: CAMPER, BIKER, AND RUNNER. Draw a separate diagram segment for each of the following situations: 1. At a given time, a person must be exactly one of three subtypes. 2. A person may or may not be one of these subtypes. However, a person who is one of these subtypes cannot at the same time be one of the other subtypes. 3. A person may or may not be the one of these subtypes. On the other hand, a person may be any two (or even three) of these subtypes at the same time. 4. At a given time, a person must be at least one of these subtypes.arrow_forwardWhich of the following statements are true in the nursing home conceptual design as depicted by the EER diagram of the document above: Group of answer choices 1. Day Care and Resident have been conceptualised as disjoint Subclass Entity Sets of a more general class Patient 2. All entities known as Resident appear to have a specific relationship not applicable to Day Care entities 3. All entities known to the database as Patient must be classified either as Day Care or as Resident, or both. 4. All entities known to the database as Patient must be classified either as Day Care or as Residentarrow_forward
- Computer Science After completing a course in database management, you have been hired as a summer intern by Mountain View Community Hospital. Your first assignment is to work as part of a team of three people to develop a high-level E-R diagram for the hospital. You conduct interviews with a number of hospital administrators and staff to identify the key entity types for the hospital. As a result, your team has identified the following entity types: • CARE CENTER—a treatment center within the hospital. Examples of care centers are maternity, emergency care, or multiple sclerosis center. Each care center has a care center ID (identifier) and a care center name. • PATIENT—a person who is either admitted to the hospital or is registered as an outpatient. Each patient has an identifier, the medical record number (MRN), and a name. The hospital also records the date of first contact with the hospital (Contact Date) • PHYSICIAN—a member of the hospital medical staff who may admit patients…arrow_forwardExamine the following entity relationship diagram, and select all statements that correctly describe this diagram. PHOTOGRAPHER PK PHOTOGRAPHER ID FIRST_NAME LAST_NAME ++ uses PK +PK,FK1 CAMERA MODEL NR PHOTOGRAPHER ID DESCRIPTION a. The CAMERA entity has a composite primary key. Ob. The existence of each CAMERA instance depends upon the existence of a PHOTOGRAPHER instance. c. Each CAMERA instance is associated with exactly one PHOTOGRAPHER instance. d. A PHOTOGRAPHER uses one or more CAMERAS. e. Both PHOTOGRAPHER and CAMERA are strong entities.arrow_forwardGeneralization is Select one: O a. The process of giving an entity special attributes O b. The process of defining a super class for several entities O c. The process of defining subclasses for an entity O d. The process of defining a normal class for several entitiesarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
Enhanced Entity Relationship Model; Author: Data Science Center;https://www.youtube.com/watch?v=ocQUtXPumdQ;License: Standard YouTube License, CC-BY