DOMAIN 5: Database Fundamentals

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:23 PM on 7/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Database

An organized collection of structured data

2
New cards

DBMS

Database Management System; software used to create and manage databases

3
New cards

Table

Where data is stored in a database, organized into rows and columns

4
New cards

Record (row)

A single complete entry in a table, e.g. one customer

5
New cards

Field (column)

A single category of data in a table, e.g. "Last Name"

6
New cards

Primary key

A unique identifier for each record in a table; no duplicates allowed

7
New cards

Foreign key

A field that links to the primary key of another table

8
New cards

Structured data

Data organized in a predictable row/column format

9
New cards

Unstructured data

Data with no predefined format, e.g. videos, emails, images

10
New cards

Relational database

A database that uses tables linked together by keys

11
New cards

SQL

Structured Query Language; used to manage and query relational databases

12
New cards

Query

A request for specific data from a database

13
New cards

Data integrity

The accuracy and consistency of data over its lifecycle

14
New cards

Schema

The structure or blueprint defining a database's tables and fields

15
New cards

Index

A structure that speeds up data retrieval in a database

16
New cards

Flat file database

A single-table database with no relationships, like a spreadsheet

17
New cards

Data redundancy

Unnecessary duplication of data within a database

18
New cards

Normalization

Organizing data to reduce redundancy and improve data integrity