Imagine that you are in charge of arranging the information taken from books. Either more volumes should be added to the shelf, or present books should be removed from only one side of the shelf. Determine and define the data structure that is the best suited for this case. You need to come up with a dynamic approach of adding books to the shelf. What also takes place when fresh data has to be inserted into a data structure but there isn't enough capacity for it?
Concepts in Designing Database
A database design is the process of data organization based on a database model. The process deals with identifying what data should be stored in a database and how data elements relate to each other.
Entity Relationship Diagram
Complex real-world applications call for large volumes of data. Therefore, it is necessary to build a great database to store data safely and coherently. The ER data model aids in the process of database design. It helps outline the structure of an organization’s database by understanding the real-world interactions of objects related to the data. For example, if a school is tasked to store student information, then analyzing the correlation between the students, subjects, and teachers would help identify how the data needs to be stored.
Imagine that you are in charge of arranging the information taken from books. Either more volumes should be added to the shelf, or present books should be removed from only one side of the shelf. Determine and define the data structure that is the best suited for this case. You need to come up with a dynamic approach of adding books to the shelf. What also takes place when fresh data has to be inserted into a data structure but there isn't enough capacity for it?
Step by step
Solved in 2 steps