Multiple choice technology architecture

What does the concept of an entity represent in database design

  1. Join

  2. View

  3. Field

  4. Table

  5. Tuple

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In database design, an entity represents a real-world object or concept about which we want to store data, and this is implemented as a table in the relational model. Each table stores information about one type of entity.