Data Modeling Question:
Download Questions PDF

What is ERD?

Data Modeling Interview Question
Data Modeling Interview Question

Answer:

Data models are tools used in analysis to describe the data requirements and assumptions in the system from a top-down perspective. They also set the stage for the design of databases later on in the SDLC.

There are three basic elements in ER models:
Entities are the "things" about which we seek information.
Attributes are the data we collect about the entities.
Relationships provide the structure needed to draw information from multiple entities

Download Data Modeling Interview Questions And Answers PDF

Previous QuestionNext Question
When should you consider denormalization?What is third normal form?