Elements that make up the database
·
Computer Science/Database
EntityAn entity is a noun that has multiple attributes, such as a person, place, object, event, or concept.Relation_릴레이션A relation is the basic unit for storing data in a database,where data about an entity is managed within a single relation.In relational databases, a relation corresponds to a table — tables are made up of records (rows), and tables together form a database.In NoSQL databases, ..