Data Management And Analytics Flashcards
A fact, an occurrence, and instance or otherwise measurable observation including numerical digits, text, images, videos, recordings:
Data
The corporate accumulation of massive amounts of data that can be used for data analytics
Big data
What are the five dimension of data (five V’s):
Volume Velocity Variety Veracity Value
This V of big data represents the quantity or amount of data points or the size of the data
Volume
This V of big data refers to the speed of data accumulation or data processing
Velocity
This V of big data represents the range of data type being processed or analyzed
Variety
Structured data - defined organizational format that has specific parameters (telephone numbers)
Semi-structured data - hybrid of structured and unstructured data (comma-separated values file)
Unstructured data - a format that does not have predefined parameters and lacks organization
This V of big data represents the reliability, quality, or integrity of the data. Processes should be implemented so that duplicate fields missing fields, incorrect formats or characters are removed.
Veracity
This V of big data refers to the insights big data can yield. Not all data will translate to actionable insights, so it is important to understand the question or business problem that needs solved before blindly looking at data.
Value
Data can be stored in a variety of ways, but one of the most efficient and effective methods for many use cases is to store data in a what? These allow data to be stored in different tables and are linked through relationships using key fields.
Relational database
In tables, a column is what?it describes the properties desired to be known about each entry
Attributes
In a table, a row is what? It contains information about one entry within that table.
Records
The intersection of a column and row (attribute and record)
Field
Two main types of database keys are:
Primary key
Foreign key
A unique identifier for one specific row within a table, can be made up of one or more attributes
Primary keys
Attributes in one table that are also the primary key in another table. For example, the customer ID may be the primary key in the customer table; however, it is a foreign key in the sales table.
Foreign key