MIDTERM Flashcards
(110 cards)
American National Standards Institute (ANSI)
One of two industry-accepted committees that sets standards for SQL
Attribute
A data field, or column
Bridging table
A table created to eliminate a many-to-many relationship between two tables.
Character
The basic unit of data. It can be a letter, number, or special symbol
Candidate key
Any column that could be used as the primary key
Common column
A column that exists in two or more tables and contains equivalent data
Common field
A column that exists in two tables and is used to “join” two tables
Composite key
A unique key that you create by combining two or more columns
Data redundancy
Refers to having the same data in different places within a database, which wastes spaces and complicates database updates and changes
Database
Stores all organizational data in a central location
Database administrator (DBA)
The person who is responsible for installing, administering, and maintaining the database
Database applications
Provide the interface that allows users to interact with the database.
Database management system (DBMS)
An application that performs all routine data-handling operations.
Entity
An object about which you want to store data.
Entity-Relationship (E-R) Model
A diagram that identifies the entities and data relationships in a database. The model is a logical representation of the physical system to be built.
Field
One attribute or characteristic of a database entity
File
A group of records about the same type of entity
First normal form (1NF
Data has primary key and no repeating groups
Foreign key
A column in a table that is a primary key in another table; creates a relationship between the two tables.
Instance
A row, or record
Key fields
Establish relationships among records in different tables
Many-to-many (N:M) relationship
A relationship in which an instance can occur multiple times in each entity
Normalization
Takes the raw data of an entity and evolves the data into a form that will reduce a database’s data redundancy.
One-to-many (1:M) relationship
A relationship in which an instance can only appear once in one entity, but one or more times in the other entity