Databases 102: Entities, Attributes and Relationships
Posted on February 28th, 2007 by Paul Lefebvre
In this article we will discuss some basic database design skills such as how to identify entities, attributes, and relationships. We will also learn what it means to normalize a database. Let’s get started!
Database Analysis
This is the first step when designing a relational database. In the analysis phase, we are looking to identify entities and […]

