1 / 5

Database Entity

Database Entity. Anything important enough for an organization to want to collect, store and manage data about it for conducting business

daryls
Download Presentation

Database Entity

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Database Entity Anything important enough for an organization to want to collect, store and manage data about it for conducting business An entity can represent people (e.g. customers, employees, etc.), places (cities, buildings, etc.), events (e.g. sales, bank account operations, etc.), things (e.g. books, household items, etc.), etc. 1

  2. Entity: examples • An entity, sometimes called a table, could be • a person • a place • a thing • a transaction • an event

  3. Entity: Instance • An entity instance is like a record. Example:

  4. Relationships • The relationships stored in a database are between instances of entities. • One-to-One (1:1) • An instance of entity A can be related to only one instance of entity B • One-to-Many (1:M) • An instance of entity B can be related to many instances of entity A

  5. Entity-Relationship Diagram (ERD) • ERD or schemais a complete diagram representing the overall, logical plan of a database.

More Related