Multiple choice technology web technology

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 data is stored. Entities are implemented as tables in relational databases. The entity's attributes become columns, and individual instances are rows. Options A (Join), B (View), C (Field), and E (Tuple) are other database concepts but not what entities represent.