"Databases and Data Management" by Alex

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

1/39

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.

40 Terms

1
New cards

data

Streams of raw facts.

2
New cards

information

Data that has been shaped into a meaningful form.

3
New cards

common data integrity problems

Data redundancy, inconsistency, poor security, lack of sharing, and program-data dependence.

4
New cards

database

A group of related tables (files).

5
New cards

table (file)

A group of related rows (records).

6
New cards

row (record)

A group of related columns (fields).

7
New cards

column (field)

Contains characters, words, numbers—represents one data attribute.

8
New cards

entity

A person, place, or thing on which we store information.

9
New cards

attribute

A specific characteristic or quality that describes an entity.

10
New cards

DBMS

A Database Management System is software used to create, process, and manage databases.

11
New cards

functions of a DBMS

Data definition, data dictionary, querying, and reporting.

12
New cards

key field

A field used to uniquely identify each record.

13
New cards

primary key

A field in a table used as a unique identifier.

14
New cards

foreign key

A primary key used in a second table to establish relationships.

15
New cards

normalization

Streamlines complex data groupings to eliminate redundancy and awkward relationships.

16
New cards

referential integrity

Set of rules in RDBMS to ensure consistency in relationships between tables.

17
New cards

entity-relationship diagram

A visual model of entities and their relationships in a database.

18
New cards

poorly designed tables

Causes data integrity issues and inconsistency.

19
New cards

benefit of normalized tables

They eliminate integrity problems and redundancy.

20
New cards

fact table

A central table in a star schema of a data warehouse.

21
New cards

dimension table

A structure that categorizes facts and measures in order to enable users to answer business questions.

22
New cards

Excel as a simple DBMS

Each worksheet is a table; VLOOKUP is used for relational referencing.

23
New cards

cardinality

Describes the number of relationships between data entities (e.g., one-to-many).

24
New cards

four main operations in a DBMS

Read, Insert, Modify, Delete.

25
New cards

SQL

Structured Query Language, used to manage and query data.

26
New cards

SELECT in SQL

Specifies which fields to return.

27
New cards

FROM in SQL

Specifies the source tables.

28
New cards

WHERE in SQL

Sets conditions for data retrieval.

29
New cards

AND/OR in SQL

Combine multiple conditions in queries.

30
New cards

ORDER BY in SQL

Sorts query results by specified fields.

31
New cards

big data

Massive sets of unstructured or semi-structured data from sources like web traffic and social media.

32
New cards

data warehouse

A central repository for current and historical data used for analysis and reporting.

33
New cards

data mart

A subset of a data warehouse focused on a single business line.

34
New cards

Hadoop

An open-source framework for distributed storage and processing of big data.

35
New cards

in-memory computing

Stores data in RAM for rapid access and processing.

36
New cards

analytic platforms

High-speed platforms optimized for analyzing large datasets using both relational and non-relational tools.

37
New cards

OLAP

Online Analytical Processing for multidimensional data analysis.

38
New cards

data mining

Discovering hidden patterns and relationships in large datasets.

39
New cards

text mining

Extracting key elements from unstructured text data.

40
New cards

web mining

Analyzing web content, structure, and usage to gain insights.