Entity Relationship Diagram (ERD) is a data modeling technique used to visualize the structure of an organization’s data. ERDs consist of graphical symbols to show entities, attributes, and relationships between entities. Entities are real-world objects, attributes are the properties of entities, and relationships describe how these entities are related to each other (Kroenke, Auer, & Yoder, 2010). ERDs have a variety of applications in different fields, such as project management, computer science, software development, and database design. In software development, ERDs help in designing databases for storing, retrieving, and analyzing specific types of data. In database design, ERDs assist in designing well-organized databases with proper data integrity, avoiding data duplication and redundancy (Hoffer, Venkataraman, & Topi, 2014). One of the main benefits of ERDs is to help developers and IT professionals better understand business logic related to data. ERDs also facilitate...