0% found this document useful (0 votes)
5 views8 pages

ER Activity Statements

Uploaded by

202402100002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views8 pages

ER Activity Statements

Uploaded by

202402100002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

MIT ACADEMY OF ENGINEERING, ALANDI

SCHOOL OF COMPUTER ENGINEERING

E1 Batch ER activity on Friday 31/01/25 at 11:25 am to 12:20 pm

Roll No Name Group ER problem statement

1 PANDE KHUSHAL RUPESH Consider a CONFERENCE_REVIEW database in which researchers submit their research
papers for consideration. Reviews by reviewers are recorded for use in the paper
selection process. The database system caters primarily
to reviewers who record answers to evaluation questions for each paper they review
and make recommendations regarding whether to accept or reject the paper. The data
2 GOUR KANCHI GOPAL requirements are summarized as follows:
■ Authors of papers are uniquely identified by e-mail id. First and last names are also
recorded.
■ Each paper is assigned a unique identifier by the system and is described by a title,
abstract, and the name of the electronic file containing the paper.
■ A paper may have multiple authors, but one of the authors is designated as the
Group 1
3 RAUT VAISHNAVI SADASHIV contact author.
■ Reviewers of papers are uniquely identified by e-mail address. Each reviewer’s first
name, last name, phone number, affiliation, and topics of interest are also recorded.
■ Each paper is assigned between two and four reviewers. A reviewer rates each paper
assigned to him or her on a scale of 1 to 10 in four categories:technical merit,
readability, originality, and relevance to the conference. Finally, each reviewer provides
an overall recommendation regarding each paper.
■ Each review contains two types of written comments: one to be seen by the review
4 KENISHA KOUL committee only and the other as feedback to the author(s).
Design an Entity-Relationship diagram for the CONFERENCE_REVIEW
database

SANKET JITENDRA KUMAR


5 A salesperson may manage many other salespeople.
RATH
A salesperson is managed by only one salespeople.
A salesperson can be an agent for many customers.
JANGID YASHVARDHAN A customer is managed by one salespeople.
6
RAJKUMAR A customer can place many orders.
An order can be placed by one customer.
Group 2 An order lists many inventory items.
7 BODRE NIKHIL VILAS An inventory item may be listed on many orders.
An inventory item is assembled from many parts.
A part may be assembled into many inventory items.
Many employees assemble an inventory item from many parts.
8 DARADE OMKAR NARAYAN A supplier supplies many parts.
A part may be supplied by many suppliers.
9 RAJPUT KRISHNA SANTOSH
The Venus Bookstore has several branches located in different places. Each branch is
managed by branch manager. Other staffs such as secretary and sales personnel are
10 SINGH RAUNAK SUNILKUMAR
directly under the supervision of the branch manager. Every staff is allocated to only
group 3 one branch. The staffs of bookstore can be divided into two main types, full time and
11 GHATE HARSH SHANKAR
part time. The full time staffs are paid by monthly salary, whereby part time staffs are
paid by hourly basis rate. The particulars of staff include staff-name, staff-id, staff-
number, gender, date of birth, address and telephone number
12 KARMANKAR PRANAY PRAMOD

13 DHEPLE SHUBHAM BHANUDAS

Notown Records has decided to store information about musicians who


14 MOGAL SIDDHANT PRAVIN perform on its albums (as well as other company data) in a database.
• Each musician that records at Notown has an SSN, a name, an address, and
a phone number. Poorly paid musicians often share the same address, and no
address has more than one phone.
• Each instrument used in songs recorded at Notown has a unique identification
number, a name (e.g., guitar, synthesizer, flute) and a musical key (e.g., C, B-flat,E-flat).
15 DALAVI YASH DHANANJAY • Each album recorded on the Notown label has a unique identification number, a title,
a copyright date, a format (e.g., CD or MC), and an album identifier.
Group 4
• Each song recorded at Notown has a title and an author.
• Each musician may play several instruments, and a given instrument may be played by
several musicians.
• Each album has a number of songs on it, but no song may appear on more than one
album.
• Each song is performed by one or more musicians, and a musician may perform a
BUCHAKE GAJANAN number of songs.
16
CHINTAMAN • Each album has exactly one musician who acts as its producer. A musician may
produce several albums, of course

17 ASEKAR ANUSH RAVIKANT


Students join a particular specialization offered by a department.
A specialization with same title (e.g., MICROCOMPUTER) may be offered by one/more
depts independently.
18 PATIL ABHIJIT ARUN Teachers are appointed to a specific dept, and given a room and telephone. Depts has
teacher as its head.
Group 5 Courses are offered under various specializations.
A teacher may teach many courses and a course may be taught by many.
GHADAGE MANDAR
19 A student studies a course under a teacher during some semester (e.g., semester 1 of
VIJAYKUMAR
2020); and is awarded a grade.
A teacher’s research interest may lie in one/more specializations.
Courses have one/more/zero prerequisites
78 TANISHA NAYAR
MIT ACADEMY OF ENGINEERING, ALANDI
SCHOOL OF COMPUTER ENGINEERING
E2 Batch ER activity on Friday 31/01/25 at 11:25 am to 12:20 pm

Roll No Name Group ER problem statement

20 JADHAV ATHARV SHIRISH


Consider a system which Keeps track of airplanes, their owners, airport employees and
pilots
•Each airplane has a registration number, is of a particular plane type and is stored in a
AMRUTE ASMITA
21 particular hanger. Each plane type has a model number, capacity and weight. Each hanger
SANTOSH
has a number, capacity and location. The database also keeps track of who owns which
Group 1 plane. Persons have name, address and phones. A person buys a plane on a particular date
and cost.
KHUSHBOO RAJHANS •Each plane undergoes service many times. A service information contains date of work,
22
MESHRAM
nature, hours spent, cost, etc. Pilots and employees are persons. Pilots have a license
number with validity and salary. Employees have a number, rank and salary. Each pilot is
authorized to fly certain types of planes. Employees are involved in servicing of planes.
PAWADE SHUBHAM
23
SHIVRAJ

MADHEKAR HARSHAD
24
SANJAY Consider a university database for the scheduling of classrooms for final exams. This
database could be modeled as the single entity set exam, with attributes course-name,
BANDGAR ANAND section-number, room-number, and time. Alternatively, one or more additional entity sets
25 could be defined, along with relationship sets to replace some of the attributes of the exam
RAMDAS
entity set, as
Group 2
• course with attributes name, department, and c-number
KUMBHAR SHREYASH • section with attributes s-number and enrollment, and dependent as a weak entity set on
26
SHARAD course
• room with attributes r-number, capacity, and building
CHANDEKAR AYUSH Show an E-R diagram illustrating the use of all three additional entity sets listed.
27
PRAKASH
DESHMUKH SHRENIK
28 Construct an Entity-Relationship diagram for the following information stored in the library
DIPAK
management system.
Books(Accession_No, Title, Author, Price, Book_type, Publisher)
ARNAV HEMANT Borrow(Membership_No, Name, Address, Category, Max_No_Book_Issue, Accession_No)
29
CHAUDHARI The following constraints are to be observed:
Group 3 Each book has unique Accession_No.
A book may have more than one author.
30 PANDEY SARVESH There may be more than one copy of a book.
The borrower can be staff or student. Depending on this category max number of books
that can be issued will vary. [ for example, students can ask for max 3 books whereas staff
PAKWANNE SAKSHI can ask for 10 books].
31
SANJAY

PARDESHI GANESH
32
PRAKASH
The Venus Bookstore has several branches located in different places. Each branch is
managed by branch manager. Other staffs such as secretary and sales personnel are
33 AMISHA SINGH
directly under the supervision of the branch manager. Every staff is allocated to only one
Group 4 branch. The staffs of bookstore can be divided into two main types, full time and part time.
PHUNDE PRACHI The full time staffs are paid by monthly salary, whereby part time staffs are paid by hourly
34
TUKARAM basis rate. The particulars of staff include staff-name, staff-id, staff-number, gender, date of
birth, address and telephone number
35 KHAN FARUK NIJAM

MUNGASE SUMEET
36
SANTOSH A company database needs to store information about employees (identified by ssn, with
salary and phone as attributes), departments (identified by dno, with dname and budget as
37 DIVYA SINGH attributes), and children of employees (with name and age as attributes). Employees work
in departments; each department is managed by an employee; a child must be identified
Group 5
uniquely by name when the parent
CHOUDHARY RANJEET
38 (who is an employee; assume that only one parent works for the company) is known. We
MOTARAM
are not interested in information about a child once the parent leaves the company.
Draw an ER diagram that captures this information
79 NEERJAL KATOCH
MIT ACADEMY OF ENGINEERING, ALANDI
SCHOOL OF COMPUTER ENGINEERING
E3 Batch ER activity on Friday 31/01/25 at 11:25 am to 12:20 pm
Roll
Name Group ER problem statement
No

Consider a mail order database in which employees take orders for parts from customers.
39 RAI RISHABH The data requirements are summarized as follows:
• The mail order company has employees identified by a unique employee number, their
first and last names, and a zip code where they are located.
ANVITA SANTOSH • The customers of the company are identified by a unique customer number, their first and
40
LINKAR last names, and a zip code where they are located.
• The parts being sold by the company are identified by a unique part number, a part name,
Group 1
their price, and quantity in stock.
MORE NIRJARA
41 • Orders placed by customers are taken by employees and are given a unique order
SANTOSH
number.
Each order may contain certain quantities of one or more parts and their received date as
well as a shipped date is recorded.
42 ANANYA SINGH Design an Entity-Relationship diagram for the mail order database

43 ZUNAIRA AHMED A university registrars office maintains the following data about the students and courses
offered.

TAWARE 1. courses, including number, title, credits, syllabus, and prerequisites;


44 PRATHAMESH 2. course offerings, including course number, year, semester, section number, instructor(s),
PRAMOD
timings, and classroom;
Group 2
3. students, including student-id, name, and program;
CHAUDHARI 4. instructors, including identification number, name, department, and title.
45
MANDAR RAMESH
Further, the enrollment of students in courses and grades awarded to students in each
course they are enrolled for must be appropriately modeled. Construct an E-R diagram for
KURKUTE ATHARVA
46 the registrars office
SACHIN
The Prescriptions-R-X chain of pharmacies wants to design its database. Draw an ER diagram
that captures the following information
• Patients are identified by an SSN, and their names, addresses, and ages must be recorded.
• Doctors are identified by an SSN. For each doctor, the name, specialty, and years of
BANSOD AMAN experience must be recorded.
47
YOGAJI • Each pharmaceutical company is identified by name and has a phone number.
• For each drug, the trade name and formula must be recorded. Each drug is sold by a given
pharmaceutical company, and the trade name identifies a drug uniquely from among the
products of that company. If a pharmaceutical company is deleted, you need not keep track
of its products any longer.
• Each pharmacy has a name, address, and phone number.
• Every patient has a primary physician. Every doctor has at least one patient.
Group 3 • Each pharmacy sells several drugs and has a price for each. A drug could be sold at several
pharmacies, and the price could vary from one pharmacy to another.
• Doctors prescribe drugs for patients. A doctor could prescribe one or more drugs for
several patients, and a patient could obtain prescriptions from several doctors.
48 DEODA ASIM ASLAM • Each prescription has a date and a quantity associated with it. You can assume that, if a
doctor prescribes the same drug for the same patient more than once,only the last such
prescription needs to be stored.
SHIVANSH • Pharmaceutical companies have long-term contracts with pharmacies. A pharmaceutical
49
CHATURVEDI
company can contract with several pharmacies, and a pharmacy can contract with several
pharmaceutical companies. For each contract, you have to store a start date, an end date,
and the text of the contract.
• Pharmacies appoint a supervisor for each contract. There must always be a supervisor for
each contract, but the contract supervisor can change over the lifetime of the contract.
50 GAWADE ADITYA AJIT

PAWAR YASH
51
RAVINDRA
Students join a particular specialization offered by a department. A specialization with same
MANKULWAR title (e.g., MICROCOMPUTER) may be offered by one/more depts independently. Teachers
52 KAVVYA
are appointed to a specific dept, and given a room and telephone. Depts has teacher as its
DNYANESHWAR
Group 4 head. Courses are offered under various specializations. A teacher may teach many courses
ATHARVA PRAKASH and a course may be taught by many. A student studies a course under a teacher during
53
LEPSE some semester (e.g., semester 1 of 2020), and is awarded a grade. A teacher’s research
interest may lie in one/more specializations. Courses have one/more/zero prerequisites
JADHAV SANIKA
54
NILESH

55 AYUSH RAJ A company database needs to store information about employees (identified by ssn, with
salary and phone as attributes), departments (identified by dno, with dname and budget as
attributes), and children of employees (with name and age as attributes). Employees work
in departments; each department is managed by an employee; a child must be identified
Group 5
uniquely by name when the parent
RANDIVE PRATIK (who is an employee; assume that only one parent works for the company) is known. We
56
PRASHANT are not interested in information about a child once the parent leaves the company.
Draw an ER diagram that captures this information
Siddhant Kumar
57
Sahu
MIT ACADEMY OF ENGINEERING, ALANDI
SCHOOL OF COMPUTER ENGINEERING
E4 Batch ER activity on Friday 31/01/25 at 11:25 am to 12:20 pm

Roll No Name Group ER problem statement

BHOSALE PRATIK
58
PRAVIN
Consider the following information about a university database: Professors have an SSN, a
name, an age, a rank, and a research specialty. Projects have a project number, a sponsor
name (e.g., NSF), a starting date, an ending date, and a budget. Graduate students have an
SSN, a name, an age, and a degree program (e.g., M.S. or Ph.D.). Each project is managed by
one professor (known as the project’s principal inves tigator). Each project is worked on by
ADHAV MEGHAN
59 one or more professors (known as the project’s co-investigators). Professors can manage
NILESH
and/or work on multiple projects. Each project is worked on by one or more graduate
students (known as the project’s research assistants). When graduate students work on a
Group 1 project, a professor must supervise their work on the project. Graduate students can work
on multiple projects, in which case they will have a (potentially different) supervisor for each
one. Departments have a department number, a department name, and a main office.
60 SAYYED SOHA SAMEER Departments have a professor (known as the chairman) who runs the department.
Professors work in one or more departments, and for each department that they work in, a
time percentage is associated with their job. Graduate students have one major department
in which they are working on their degree. Each graduate student has another, more senior
graduate student (known as a student advisor) who advises him or her on what courses to
take.
61 PATIL RAJVEER SANJAY

POTODE BHARGAVI
62
NARENDRA
Consider a MAIL_ORDER database in which employees take orders for parts
from customers. The data requirements are summarized as follows:
■ The mail order company has employees, each identified by a unique
63 HARSH KUMAR employee number, first and last name, and Zip Code.
■ Each customer of the company is identified by a unique customer number, first and last
Group 2 name, and Zip Code. Each part sold by the company is identified by a unique part number, a
part name, price, and quantity in stock.
64 MALGHE AARYA BALU ■ Each order placed by a customer is taken by an employee and is given a unique order
number. Each order contains specified quantities of one or more parts. Each order has a
date of receipt as well as an expected ship date. The actual ship date is also recorded.
Design an Entity-Relationship diagram for the mail order database.
CHINDALIYA BHAVESH
65
RAJESH
BAVALE ROHIT
66
ROHIDAS Drik Gallery, a renowned photo and painting exhibitor, would like to hire you to prepare
their database. The gallery keeps information about artists such as their names, address,
age, and sex. All the artists fall into two categories, painter, and photographer (Yes,
photography is an art!).
For each piece of artwork, its unique id, the artist, the year it was produced, its name,
description, and price is stored. Each artwork can be produced by only one artist.
BASATWAR HARSH
67 Artworks are subdivided into two categories, paintings, and photos.
LAXMIKANT
Photos have information about the camera used to capture the photo, camera’s exposure
time, focal length, and aperture. The paintings have information about its genre, which can
Group 3 be identified by an integer. Details of the genres:
1. History Painting: Religious, historical or allegorical work, with a moral message.
2. Portrait Art: Includes individual, group or self-portraits.
GUJAR HARSHDA 3. Genre Painting: Scenes of everyday life.
68
GAHININATH 4. Landscape Painting: Paintings whose principal content is a scenic view.
5. Still Life Painting: An arrangement of domestic objects or everyday items.
Finally, the gallery keeps information about customers. For each customer, the gallery stores
his/her customer id, name, address, and the artists and the artworks the customer is
interested in. Customers address has the following divisions-Street Address, City, State, Zip.
MUJAWAR SANIYA Draw an ER diagram for this database.
69
KASHIM

PAWAR AMRUTA
70
ARAVIND

LIPNE ABHISHEK There are multiple banks and each bank has many branches. Each branch has multiple
71 customers
SHANKARRAO
• Customers have various types of accounts
Group 4
• Some Customers also had taken different types of loans from these bank branches
DESHMUKH DEEPAK
72 • One customer can have multiple accounts and Loans
GOVINDRAO
Draw an ER model for this Banking Business Scenario

PALIWAL SNEHA
73
PRASHANT

PARALKAR
74 A salesperson may manage many other salespeople.
NAMRATA BALAJI
A salesperson is managed by only one salespeople.
A salesperson can be an agent for many customers.
A customer is managed by one salespeople.
MUGALE KISHOR
75 A customer can place many orders.
KRISHNA
An order can be placed by one customer.
Group 5 An order lists many inventory items.
An inventory item may be listed on many orders.
DHOTE MAHESH
76 An inventory item is assembled from many parts.
SHAMRAO
A part may be assembled into many inventory items.
Many employees assemble an inventory item from many parts.
A supplier supplies many parts.
LANJE MILIND
77 A part may be supplied by many suppliers.
RAJESH

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy