Concept explainers
Create Entity-Relationship (E-R) model for the internal view of gym membership system including all
workers and organization units affected by processing gym memberships. When members join the gym,
they pay a fee for a certain length of time. Most memberships are for one year, but memberships as
short as two months are available. Throughout the year, the gym offers a variety of discounts on their
regular membership prices (e.g., two memberships for the price of one for Valentine's day). It is
common for members to pay different amounts for the same length of membership. The gym wants to
mail out reminder letters to members asking them to renew their memberships one month before their
memberships expire. Some members have become angry when asked to renew at a much higher rate
than their original membership contract, so the club wants to track the prices paid so that the manager
can override the regular prices with special prices when members are asked to renew. The system must
track these new prices so that renewals can be processed accurately. One of the problems in the
industry is the high turnover rate of members. Although some members remain active for many years,
about half of the members do not renew their memberships. This is a major problem because the gym
spends a Jot in advertising to attract each new member. The manager wants the system to track each
time a member comes into the gym. The system will then identify the heavy users and generate a report
so the manager can ask them to renew their memberships early, perhaps offering them a reduced rate
for early renewal. Likewise, the system should identify members who have not visited the gym in more
than a month, so the manager can call them and attempt to reinterest them in the gym.
Trending nowThis is a popular solution!
Step by stepSolved in 2 steps with 1 images
- Draw an ER diagram with the following data: Entities: Student, Exam, Course ⚫ Relationships: • Student takes at least one exam o An exam is given to at least one student. 。 An exam concerns only one course o A course has a least one exam ■ Attributes: Stud_Roll No, Stud Name, Stud Age, Course_No, Course_Name, Course Hours, Exam_No, Exam date, Exam Duration, Exam_Mark.arrow_forwardPLZ help with the following: Create a Crow’s Foot ERD. Draw YOUR entity relationship diagram (ERD) to indicate entities, relationships, connectives, and resolve M:N relationships. For the following: The faculty and students (we refer to them in our system as clients) can electronically check out any book at any time. A book must have at least one author but can have more authors. An author must have written at least one book or more to be included in the system. A book may have neverbeen checked out, but can be checked out many times by the same client or different clients over time. A client may have never checked out a book or they may have checked out many books over time. To simplify determining which client currently has a given book checked out, a M:N relationship between BOOK and CLIENT should be maintained. The information recorded for each book is book number, book title, book subject, and year of publication. For each author, the library records the author ID,…arrow_forwardDraw clearly from existing scenario text the Entity Relationship Diagram (ERD) “There is a group of employees who have run the website. Three admins are responsible to check registration forms filled by babysitters. An accountant is responsible to check fees payments. All these employees are supervised by the manager. Each babysitter can register on the website one time by filling in her data including first and last names, qualifications, fee rate per hour (25 SAR per Hour), contact information, address, photo, and years of experience. The system will issue for her id and registration date. Mothers can make booking as many as they need. For each time, they must fill in their names, contact information, address, number of children, the date and time (e.g. from 2:00 PM to 4:PM) of booking. The website will generate the booking report including mother’s data, babysitter’s contact data, number of booked hours, fee rate per hour, fees total amount, and tax (%5). To make a…arrow_forward
- Draw an ERD for the following: A consulting company has EMPLOYEES (SSN, Name, Skills). Employees work on PROJECTS (Project_ID, Description, Cost). An employee works on at least one project at any time and a project may require more than one employee, due to its complexity. An employee’s billing rate may vary by project, and the company wishes to record the applicable billing rate (Billing_Rate). Employees deal with CLIENTS (Client_ID, Name, Location). Each employee can be associated with one client or no clients, but the same client may require more than one employee. Some employees have a supervisor assigned to them, who is also an employee. However, a single employee may supervise more than one employee at any time.arrow_forwardDraw an ER diagram for the EMU Slimming Center based on the specification given below. Case Study 01 A wedding hall (Shadi Hall) organizes different types of functions for its customers. Each function is hosted (owned) by exactly one customer. A customer may host many functions. There are many employees working at the company. Before each function date, the administrations of the wedding hall calls a meeting of relevant employees to finalize the arrangements of the function. Each meeting belongs to exactly one function. Comments/suggestions of each employee in the meetings and the decisions of the meetings are also recorded. Instructions: • Identify the relationship between Entities (clearly showing the cardinality and participation)arrow_forwardDesign the UML class diagram to support the system below and upload a picture of your diagram. Used Class Material Website: You are designing a website where students can resale their used material for a course. A course may have multiple sections. The course material is specific to each section of a class. Not all course may require class materials, but they may require many of them. A student can have many used materials for sale. The class material can be either: · Textbook: which has a price(mandatory), title(mandatory), authors(optional), edition(optional) · Software: which has a price(mandatory), title(mandatory), publisher(optional), and also its operating system (mandatory) · Equipment: which has a price(mandatory), title(mandatory), description(mandatory) All class material can be either available or sold. Do a class diagram with: 1. all the classes , 2. their associations 3. their multiplicity . 4. For each classes, where are the…arrow_forward
- Q1. Draw an E-R Diagram for the following situation. At the university system each STUDENT must be assigned an ADVISOR who counsels students about degree requirements and helps students register for classes (COURSE). Each student must register (REGISTRATION) for classes with the help of an advisor, but if the student's assigned advisor is not available, the students may register with any advisor, We must keep track of students, the assigned advisor for each, and the name of the advisor with whom the students registered for the current term. Tips: Attributes of STUDENT include Student ID (the identifier), Name, and Major. Attributes of ADVISOR include Advisor ID (the identifier), Name, and Department. Attributes of COURSE include Course ID (the identifier), Title, and Credits. Attributes of REGISTRATION include Semester, and Year. Based on your background, think of logical and standard relationships between the given entities.arrow_forwardExplain how functional dependencies may be used to indicate: • The entity sets student and teacher have a one-to-one relationship set.• Between entity setsstudent and teacher, there is a many-to-one connection set.arrow_forwardWhat is the difference between a weak and a strong entity set?arrow_forward
- What is the difference between a recurring group and an attribute that may take on many values?arrow_forwardDevelop an entity-relationship model for the following scenario. A piano manufacturer wants to keep track of all the pianos it makes individually. Each piano has an identifying serial number and a manufacturing completion date. The manufacturer has piano technicians who are responsible for inspecting the instruments before they are shipped to the customers. Each piano is inspected by one or more technicians (identified by their employee number). For each separate inspection, the company needs to record its date and a quality evaluation grade.arrow_forward4. Transform the PARTNER supertype in the following model for a DJ business, using Single-Table/Supertype Implementation. supervise 1 PARTNER #id *first name *last name EVENT PLANNER *expertise PO DJ *specialty MANAGER authorized expense limit OTHER supervised byarrow_forward
- 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