Section 6: Data Flashcards

1
Q

Database research

A

The act of analyzing and converting data into information that can be used in decision making

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Database table/ data sheet

A

Holds data in records and fields. Records are considered rows and fields are columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Y2K Problem

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Primary key

A

Each record’s unique ID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Foreign key

A

When a primary key has a different ID on another table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Structured query language (SQL)

A

Includes queries to identify what data should be retrieved or how data should be manipulated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Selection operation( SQL)

A

Takes rows from one table and creates a new table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Union Operation (SQL)

A

Combines fields from multiple tables with the same data type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Product Operation (SQL)

A

Creates a result operation with all attributes from two tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Join Operation (SQL)

A

Combines two tables with records with matching criteria

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Object database

A

A collection of objects each with two components: data and instructions. (“methods”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Key value database

A

Items are stored as an attribute name(“key”) together with its value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Data lake

A

A system of data stored in raw format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly