IT: Chapter 5: Foundations of business Intelligence Flashcards
Database
a collection of related files containing records on people, places, or things.
Entity
generalized category representing person, place, thing on which we store and maintain information
Attributes
specific characteristics of each entity
Relational database
organize data into two-dimensional tables (relations) with columns and rows
Fields
store data representing an attribute
Rows
store data for separate records, records or tuples
Key Field
uniquely identifies each record
Primary Key
the unique identifier for all the information in any row of the table, and this primary key cannot be duplicated
Foreign Key
a look-up field to find data about the supplier of a specific part
Entity-relationship diagram
used to clarify table relationships in a relational database
Join table or an intersection relation
link two tables in a table that joins information
Normalization
the process of streamlining complex groups of data to minimize redundant data elements and awkward many-to-many relationships, and increase stability and flexibility
Referential Integrity rules
to ensure that relationships between coupled tables remain consistent
Database Management Systems DBMS
a specific type of software for creating, storing, organizing, and accessing data from a database
Logical View
how end users view data
Physical View
show s how data are actually organized and structured on physical storage media, such as a hard disk
Operations of a Relational DBMS ABBREV
SJP
Operations of a Relational DBMS
Select
Join
Project
Select
Creates a subset of all records meeting stated criteria