M.10 - Databases

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/87

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.

88 Terms

1
New cards

Database

Collection of information, usually stored as computer files.

2
New cards

Operational Database

Stores, updates, and maintains daily, constantly changing data (TPS, OLTP, CRM, SCM, ERP). Used to collect, view, update, organize, move, or delete data.

3
New cards

Analytical Database

Holds historical, stable data used for spotting trends and supporting tactical/strategic decisions. Not constantly updated.

4
New cards

Executive Dashboard

Visual interface for accessing analytical databases; displays query results visually.

5
New cards

Data Mining

Algorithms that discover unknown, useful patterns and relationships in data.

6
New cards

Predictive Analytics

Data mining branch that predicts future trends from historical and current data.

7
New cards

OLAP

Technique for complex analytical queries that decision-makers can answer quickly.

8
New cards

Database Model

Underlying structure of how a database is organized.

9
New cards

Flat File

Single two-dimensional table (e.g., spreadsheet).

10
New cards

Unstructured File

Each document has unique structure; data types vary.

11
New cards

Structured File

Uses uniform format for all records.

12
New cards

Field

Smallest meaningful unit of data; basic building block of databases.

13
New cards

Variable-Length Field

Expands to fit entered data.

14
New cards

Fixed-Length Field

Has a predetermined number of characters.

15
New cards

Record

Collection of related data fields.

16
New cards

Record Type

Template for a record.

17
New cards

Relationship

Association between different record types.

18
New cards

Cardinality

Number of associations allowed between record types.

19
New cards

Entity-Relationship Diagram (ERD)

Visual representation of relationships between record types.

20
New cards

Hierarchical Database

One-to-one or one-to-many relationships arranged in a tree; fast and compact but rarely used.

21
New cards

Graph Database

Tracks relationships using nodes and edges; resembles sociograms.

22
New cards

Relational Database

Stores data in related tables made of records (rows).

23
New cards

Table

Sequence of records in a relational database.

24
New cards

Multidimensional Database

Organizes data over 3+ dimensions for analytics.

25
New cards

Dimension

Category layer (e.g., product, place, customer).

26
New cards

Object Database

Stores data as objects grouped into classes with attributes/methods; good for varied real-world data.

27
New cards

Object-Oriented Database

Another term for object database.

28
New cards

XML

Markup language used to format structured document data.

29
New cards

Database Tools

Software from enterprise systems to small embedded tools for managing data.

30
New cards

Data Dependence

Data tied tightly to programs, making changes difficult.

31
New cards

Data Independence

Data separated from programs; modern tools support this.

32
New cards

Dedicated Applications

Simple data tools for specific tasks (address books, appointments). Limited flexibility.

33
New cards

Word Processing Software

Produces documents; can handle structured/unstructured data; supports single- and multi-level sorting.

34
New cards

Single-Level Sort

Sort using one field.

35
New cards

Multi-Level Sort

Sort using multiple fields.

36
New cards

Spreadsheets

Table-based software with basic data management; easy for flat files.

37
New cards

Database Management System (DBMS)

Software for creating, managing, and accessing databases.

38
New cards

Claris Filemaker / MS Access

Easy DBMS options for individuals and small businesses.

39
New cards

Fields, Tables, Relationships

Core elements of a relational database.

40
New cards

Database Structure

Arrangement of fields, tables, and relationships.

41
New cards

Computed Field

DBMS-calculated value (like a formula).

42
New cards

Field Format

Template for enforcing data display and entry format.

43
New cards

Field Validation Rule

Restriction used to filter allowed data.

44
New cards

Lookup Routine

Validates entry by checking an internal or external database.

45
New cards

Data Type

Defines how data is represented in storage/RAM. (Real, Integer, Date, Text, Memo, Logical, BLOB, Hyperlink.)

46
New cards

Normalization

Designing a database to reduce redundancy and improve efficiency.

47
New cards

Physical Sort Order

Arrangement of data on storage devices.

48
New cards

Sort Key

Field used to sort data.

49
New cards

Sorted Tables

Tables arranged to speed up queries/updates.

50
New cards

Database Index

List of keys pointing to full records; speeds lookups.

51
New cards

User Interface Guidelines

Logical field order, consistent layout, visual cues, easy navigation, scrolling, record controls, platform-aware design, on-screen instructions.

52
New cards

Report

Printed/screen list of selected database data.

53
New cards

Report Generator

Tool for specifying report content/format.

54
New cards

Report Template

Outline/specifications of a report.

55
New cards

Query Language

Language for database commands.

56
New cards

SQL Query

Command starting with an action keyword to operate on the database.

57
New cards

CREATE

Makes a database/table.

58
New cards

DELETE

Removes a record.

59
New cards

INSERT

Adds a record.

60
New cards

JOIN

Combines data from two tables.

61
New cards

Dot Notation

Distinguishes fields with same names in different tables.

62
New cards

SELECT

Searches for records.

63
New cards

UPDATE

Edits field data.

64
New cards

Global Update

Updates multiple records at once.

65
New cards

Parameters

Detailed specifications for a command.

66
New cards

Boolean Operators (AND, OR, NOT)

Used for complex SQL conditions.

67
New cards

Big Data

Massive datasets too large/complex for traditional database tools to process, analyze, or manage.

68
New cards

3rd Platform

Tech platform built on cloud computing, mobile devices, social networking, and big data.

69
New cards

High Volume

Extremely large amounts of data.

70
New cards

High Velocity

Rapid data generation and processing speeds.

71
New cards

Variety

Many types/forms of data.

72
New cards

Veracity

Data reliability/accuracy may be uncertain.

73
New cards

Low-Density Value

Contains large amounts of unimportant or low-value detail.

74
New cards

Mainstream Big Data Exploration

Analytical use of big data to produce commercial benefits.

75
New cards

NoSQL

Technologies for managing non-relational databases that don’t use the SQL model. Good for big, unstructured, distributed data.

76
New cards

NoSQL Technologies

Tools enabling distributed, flexible, and scalable non-relational databases.

77
New cards

Distributed

Data stored across many devices.

78
New cards

Dynamically Scaling

Easily adds storage/devices as data volume or velocity grows.

79
New cards

Flexible Data

Can store varied and changing datatypes/structures.

80
New cards

Non-Relational

Uses models other than relational tables and SQL.

81
New cards

Scale Up / Vertical Scaling

Add resources to a single device (CPU, RAM, storage).

82
New cards

Scale Out / Horizontal Scaling

Add more devices or nodes (LAN or cloud).

83
New cards

Schema

Organizational blueprint of a relational database.

84
New cards

Schema-Less Database

NoSQL structure allowing fields to be added/modified/distributed while the database runs.

85
New cards

Key-Value Data Model

Simplest NoSQL model where each item has a unique key and an associated value.

86
New cards

Column-Oriented Data Model

Stores data in columns (not rows); ideal for analyzing large chunks of data.

87
New cards

Blockchain

Distributed ledger database using a peer-to-peer network.

88
New cards

Explore top flashcards