Data Management and Database Technologies

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Databases

store data generated by business apps, sensors, operations, and transaction processing systems (TPS)

2
New cards

Data Warehouses

integrate data from multiple databases and data silos across the organization

3
New cards

Data Marts

are small-scale data warehouses that support a single function or one department

4
New cards

Business Intelligence

are tools and techniques process data and do statistical analysis for insight and discovery

5
New cards

Database Management Systems

are software used to manage the additions, updates, and deletions of data as transactions occur, and to support data queries and reporting. They are online transaction-processing (OLTP) systems

6
New cards

Data Filtering

Identifies errors (e.g., missing values, duplicates).

7
New cards

Integrity Checks

Ensures consistency (e.g., validating email formats).

8
New cards

Synchronization

Combines data from disparate sources (e.g., CRM + ERP systems)

9
New cards

Latency

Delay between data creation and availability (critical for real-time apps)

10
New cards

Query Response

Pre-staging data (pre-calculating results) speeds up analysis

11
New cards

Consistency

Immediate vs. eventual updates (e.g., stock market feeds require real-time accuracy)

12
New cards

Relational Management Systems

provide access to data using a declarative language—structured query language (SQL)

13
New cards

Structured Query Language

is a standardized query language for accessing databases

14
New cards

Query

are ad hoc (unplanned) user requests for specific data

15
New cards

Declarative Languages

simplify data access by requiring that users only specify what data they want to access without defining how access will be achieved. The format of a basic SQL statement is

16
New cards

Data Management

oversees the end-to-end lifecycle of data

17
New cards

Centralized Databases


  • Easier security (single point of control).

  • Better data consistency (all updates are centralized).

18
New cards

Distributed Databases


  • Fault tolerance (survives node failures).

  • Faster local queries (data is stored closer to users).

19
New cards

Dirty Data