Define Attributes.
A characteristic specification that defines a property or feature about an entity stored in a database.
Define Composite Primary Key.
A primary key made up from two or more other keys.
Define Foreign Key.
A linking attribute that joins two tables in a relational database by being a primary key in one and a foreign key in the other.
Define Primary Key.
A unique identifier that identifies each record in a table.
Define Relational Databases.
A database where separate tables are made for each entity, and relationships between entities are represented by foreign keys.