210 likes | 420 Views
Information System Analysis Lab 7. ERD. entity-relationship diagram is a data modeling technique that creates a graphical representation of the entities, and the relationships between entities. Components used in the creation of an ERD.
E N D
ERD • entity-relationship diagram is a data modeling technique that creates a graphical representation of the entities, and the relationships between entities.
Components used in the creation of an ERD • Entity – A person, place or thing about which we want to collect and store multiple instances of data. It has a name, which is a noun, and attributes which describe the data we are interested in storing. It also has an identifier.
Components used in the creation of an ERD • Relationship – Illustrates an association between two entities. It has a name which is a verb.
Crow’s foot symbol Ring represent zero Dash represent one Crow’s foot represent many
Chen and Crow’s foot notations One-to-many (1:M) relationship: Crow’s foot notation Chen notation a painter can paint many painting ;each painting is painted by one painter
Chen and Crow’s foot notations many-to-many (M:N) relationship: Crow’s foot notation Chen notation an Employee can learnmany skills; each skill can be learned by many employees.
Chen and Crow’s foot notations one-to-one(1:1) relationship: Crow’s foot notation Chen notation an Employee can manages one store; each storeis managed by oneemployee.
A student fills a seat. This is a 1:1 relationship. 1 student can fill a maximum of 1 seat. 1 seat can be filled by a maximum of 1 student. • A student takes a course. This is a M:M relationship. One student can take many courses, and one course can be taken by many students. -a student must take at least one course, and a course must be taken by at least one student. • An instructor teaches a course. This is a 1:M relationship. One instructor can teach many courses, but one course can only be taught by one instuctor. – an instructor must teach at least 1 course, and a course must be taught by 1 instructor.
Starting a New Database Model Diagram • Choose File, New, Database, Database Model Diagram
Starting a New Database Model Diagram • To set the modeling options you want to use, choose Database, Options, Document