Data Base Management

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/29

flashcard set

Earn XP

Description and Tags

for the first exam, review notes on laptop

Last updated 12:50 AM on 9/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

Data

raw, unorganized facts

2
New cards

Information

processed, contextualized data

3
New cards

Knowledge

Contextualized information applied with experience

4
New cards

Wisdom

sound judgement and action based on knowledge

5
New cards

Data silo

an isolated repository accessible to only one department or application, leading to duplication, inconsistency, and lack of transparency

6
New cards

DBMS

optimized for day-to-day transactional processing and fast read/writes

7
New cards

Data Warehouse

optimized for complex reporting, historical, and aggregation

8
New cards

sql

structured query language for databases

9
New cards

ETL

extract transform, load pipeline

10
New cards

Data Mining

discovering hidden patterns in large datasets

11
New cards

Vizulaization

graphical representation of data

12
New cards

Data Governance

The overall management of data availability, usability, integrity, compliance, and security across an organization.

13
New cards



Waterfall method

requirements, design, implementation, verification, maintenance

14
New cards

data consistency

field values through the entire database is exactly the same

15
New cards

Data Integrity

A set of rules or guidelines that governs the validity, consistency, and accuracy of the data in a database.

16
New cards

Entity Integrity

No duplicate rows

17
New cards

Domain Intergrity

18
New cards

Primary Keys

Unique key at the beginning of a table

19
New cards

Foreign Key

primary key in another table

20
New cards

Composite Primary Key

multiple fields or attributes that create a primary key

21
New cards

Text

For storing non-numeric data that is brief, generally under 256 characters

22
New cards

Number

For storing numbers. There are usually a few different number types that can be selected, depending on how large the largest number will be,

23
New cards

Boolean

a data type with two possible values (1,0)

24
New cards

Date

a special form of the number data type that can be interpreted as a date

25
New cards

Time

numerical data type that can be interpreted as a date


26
New cards

long text

text over 256 characters

27
New cards

char

fixed length text, does not contain numbers

28
New cards

varchar

fixed length text that contains text and numbers

29
New cards

fload

for decimal numbers

30
New cards