Section 6: Data Flashcards
Database research
The act of analyzing and converting data into information that can be used in decision making
Database table/ data sheet
Holds data in records and fields. Records are considered rows and fields are columns
Y2K Problem
Dates had years stored as two digits in order to save space but with the year 2000 approaching all the years had to be converted to four digits to prevent mass malfunction of computers
Primary key
Each record’s unique ID
Foreign key
When a primary key has a different ID on another table
Structured query language (SQL)
Includes queries to identify what data should be retrieved or how data should be manipulated
Selection operation( SQL)
Takes rows from one table and creates a new table
Union Operation (SQL)
Combines fields from multiple tables with the same data type
Product Operation (SQL)
Creates a result operation with all attributes from two tables
Join Operation (SQL)
Combines two tables with records with matching criteria
Object database
A collection of objects each with two components: data and instructions. (“methods”)
Key value database
Items are stored as an attribute name(“key”) together with its value
Data lake
A system of data stored in raw format