Chapter 3: Data Technologies Flashcards

1
Q

Big data is useless to a company unless?

A

Company has a place to store, analyze, and easily access the information

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

Relational Databases

A

A set of tables containing data fitted into predefined categories. Used when working with structured data and runs using SQL

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

What relational database is the most popular?

A

Oracle

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

Query

A

A question that allows the user to pull information from the database to answer said question

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

What is the role of a relational database?

A

To store large amounts of data and create easy access to important information

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

Primary Key

A

A unique identifier within the main table of that entity

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

Foreign Key

A

A reference to a primary key in another table

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

Why are relational databases important to marketing analytics professionals?

A

They create unique opportunities to target specific customers

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

Non-relational database

A

Document files where all relevant data is stored. The table model is not utilized for these databases. For semi-structured or non-structured data. NOSQL

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

Key Value Stores (non-relational)

A

The simplest of NoSQL
databases, uses an associative
array (aka hash table) as the
fundamental data model where
each key is associated with one
and only one value in a collection

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

Document Store Databases (non-relational)

A

A database that uses complex data structures known as
documents for storage and queries; similar to key-value
but the key is paired with a document instead of a value.

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

Wide-Column Stores (non-relational)

A

A database similar to a document
database that uses a column-
oriented data structure
* They store data tables in columns
instead of rows
* Each row can contain a different
number of columns than the other
rows

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

Graph Databases (non-relational)

A

A database that uses
structured relational
graphs of the
interconnected key-value
pairings instead of
relational tables

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

Multi-Model Databases

A

A database that can support multiple
data models against a single,
integrated backend

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

SQL

A

SQL manages relational databases while
NoSQL manages non-relational
databases

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

NoSQL

A

NoSQL can handle large volumes of
rapidly changing structured, semi-
structured, and unstructured data.

17
Q

Hadoop

A

An open-source software framework that stores and processes large amounts of data

18
Q

What are the four components of Hadoop

A
  1. Hadoop distributed file system
  2. Common
  3. YARN
  4. MapReduce
19
Q

How can Hadoop help marketing analytics professionals?

A

Hadoop provides a platform
where marketing data can
be stored, easily accessed,
and quickly queried.