Skip to content

Commit

Permalink
Merge pull request HackYourFuture#36 from danlaudk/patch-1
Browse files Browse the repository at this point in the history
video on entity and without relations
  • Loading branch information
robvk authored Jun 25, 2023
2 parents 519d5b0 + 75e5495 commit bcc3177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions databases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This is not something that Bello will tell you, humans made all this up.
Dog, animal, pet, humans, all these are abstractions.

One way of abstracting is to think of entities and their relationships.
An entity is an abstraction. It represents a certain category of things, like:
An entity is an abstraction. It represents a certain category of things, often nouns, like:
humans, women, men, animals, pets, broken bicycles, chairs, music, teachers, chewing gum, and planets.
You can think of a **pet** as an entity that has a relationship to another entity **human**, its owner.
More formally you can say a **human** owns **zero or more** **pets**.
Expand All @@ -53,7 +53,7 @@ Together these entities and relationships form the **domain model** for your app

Learn more about entities with the following resource:

{% hyf-youtube src="https://www.youtube.com/watch?v=hveVlCHZtsI" %}
{% hyf-youtube src="https://www.youtube.com/watch?v=wOD02sezmX8" %}

## What is a database?

Expand Down

0 comments on commit bcc3177

Please sign in to comment.