freeCodeCamp / Developer_Quiz_Site

This is a quiz site filled with over 1500+ questions on programming.
https://developerquiz.org
BSD 3-Clause "New" or "Revised" License
268 stars 359 forks source link

Add ERD question on entity representation in SQL category #1196

Closed ThesllaDev closed 4 weeks ago

ThesllaDev commented 1 month ago

Summary of changes

This PR adds a new question to the SQL category, focusing on the representation of entities in an ERD (Entity Relationship Diagram). The question asks about the common shape used to represent entities and tables in an ERD, with an explanation that highlights the use of rectangles to contain the entity name.

Checklist