1/7
Data Analyst Terminology
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Query
To ask a database a question.
(Ex. SELECT customer_name FROM users WHERE age > 21;)

What is the leading representation of a Database?
Drum Memory
What are the 3 things that make up a Database?
Computer (Hardware), Software, and Disk Drive

Database
A collection of data, a method for accessing and manipulating that data.
Data
A collection of facts.

Schema
The architectural blueprint of your database that defines how data is structured, organized, and constrained.
Data Migration
Moving data records from a source system to a target destination.
Data Schema Migration
Modifying the architecture, tables, fields, or data types within a database.