Data Types
Data Categories
Data Subcategories
Relational DB Concepts
Spreadsheets vs. Databases
100

This data type can store text, numbers, URLs, or passwords, but is more expensive in terms of storage.

What is a String (or Varchar)?

100

A field where you can perform sums, averages, or other aggregations (like sales quantity or GPA).

What is a Fact?

100

A Dimension with a natural or logical sequence (like months: Jan, Feb, Mar, ...) is called this.

What is Ordinal?

100

The unique identifier for a table, of which there is exactly one per table, is known by this abbreviation.

What is a PK (Primary Key)?

100

This software is limited to about 1 million rows per spreadsheet and is prone to crashing with large data.

What is Excel?

200

This numeric data type is used for storing numbers that can include decimal points, such as currency.

What is a Float?

200

A field that describes data elements that are used to categorize or classify the data, such as a store or product.

What is a Dimension?

200

A Dimension with no inherent order (like red, blue, green for colors) is called this.

What is Nominal?

200

This type of key points to another table’s primary key, creating a link between tables.

What is a FK (Foreign Key)?

200

This type of system scales to handle large datasets beyond a single computer’s resources.

What is a Relational Database (or Database in general)?

300

This data type can store only two values, typically stored as 1 or 0.

What is a Boolean?

300

Name one dimension from everyday life, such as a characteristic describing you or your environment.

What is a Name, Location, Customer, Category?

300

A Fact with a set number of possible values (like a GPA range of 0.0 to 4.0 or days of the month 1–31).

What is Discrete?

300

The relationship where one record in Table A corresponds to many in Table B, but those B records link back to only that single A record.

What is a One-to-Many relationship?

300

Relational databases rely on roles and permissions to ensure this protective measure

What is data security?

400

This date-related data type includes hours, minutes, and seconds for more precise timestamps.

What is Datetime?

400

Name one fact from everyday life, usually a numeric measure that can be aggregated.

What is Height, Sales, GPA, or Profit?

400

A Fact with infinitely many possible values (like sales, profit, quantity) is called this.

What is Continuous?

400

A unique identifier created by combining multiple columns is referred to as this.

What is a Composite Key?

400

Unlike Excel, relational databases maintain this concept across tables to ensure data accuracy, completeness and quality over time.

What is data integrity?

500

Common geospatial data types include Point, Line, and this shape type for boundaries like states.

What is a Polygon?

500

This concept of separating data into facts and dimensions is crucial for which area of data management?

What is Data Warehousing?

500

An Order ID might look sequential but doesn’t strictly follow an order. Its subcategory is usually this.

What is Nominal?

500

This term describes the relationships between tables (e.g., 1-to-1, 1-to-many).

What is Cardinality?

500

A key advantage of databases is improved ________ and ________, meaning users can be restricted from altering certain data.

What are Data Integrity and Security?