In database terminology, an attribute is a piece of information that describes an entity. If an entity is a thing you want to store data about, attributes are the specific details you’re storing. They’re the characteristics, properties, or facts that define what you know about each entity.
When you create a relational database, attributes become the columns in your tables. Each attribute represents one type of information you’re tracking.