Respuesta :
Answer:
Answer:
Finding entities in the given question:
1. Art
2. Artist
3. Museum
4. Location
5.Travelling
6.Gallery
Finding attributes of above entities:
1. Art (item ID, title, type, size). Here size further composed of height, width, and weight.
2. Artist (artist ID, name, date of birth, date of death, nationality)
3.Travelling (show ID, start date, end date)
4. Gallery (gallery ID, name, city)
Finding relationship between the entities:
1. Developed
2.Display
3. Part
4. Loan
Explanation:
In the below attached diagram, the primary keys are listed as, “Item ID”, “Artist ID”, “Show ID”, and “Gallery ID”.

You should create the entity relationship diagram (ERD) by using a software such as Lucidchart with the three (3) key concepts included.
What is an ERD?
ERD is an acronym for entity relationship diagram and it can be defined as a structural diagram which is used in database design to model and graphically represent the relationship of entity sets that are stored in a relational database.
In database management system (DBMS), ERDs are used to explain the logical structure that are associated with relational databases. Also, they are generally created based on three (3) key concepts and these include the following:
- Entities: these are museum, art, artist, location, gallery and travelling.
- Attributes: these are name, date of birth, type, title, show ID, gallery ID, start date, end date, city, etc.
- Relationships: loan, display, part, and developed.
Read more on ERD here: https://brainly.com/question/11530854
