Chapter 1 Data Management

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 22

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

23 Terms

1
Relational Databases

Organize data into tables with rows and columns. store both data and relationships between data

New cards
2
Non-Relational Databases
Store data in formats like key-value pairs, graphs, or documents, often used in NoSQL systems.
New cards
3
Big Data
Refers to datasets that become extremely large.
New cards
4

Rows

Also called records represent individual instances of data. Each represents a unique occurrence of an entity

New cards
5

Columns

Also called fields store attributes (properties) of each instance. Each represents an attribute of that entity

New cards
6
Primary Key
A unique identifier for each row in a table.
New cards
7
Surrogate Key
A unique identifier automatically assigned by the database system, often used as the Primary Key.
New cards
8
Composite Key
A Primary Key that consists of multiple columns to uniquely identify a record.
New cards
9
Foreign Key

A field in one table that links to the Primary Key of another table, creating relationships.

New cards
10
Information
Data that has been processed and given meaning.
New cards
11
Multiuser Database Applications
Allow multiple users to access and interact with the database simultaneously.
New cards
12
Customer Relationship Management (CRM)

Example of a multiuser Database application. Tracks customer interactions and helps businesses manage relationships.

New cards
13
Enterprise Resource Planning (ERP)

Example of a multiuser Database application. Integrates data across different departments such as finance and HR.

New cards
14
Structured Query Language (SQL)
The standard language used for interacting with relational databases.
New cards
15
Database Management System (DBMS)
Software that processes and manages the database.
New cards
16
Metadata
Data about data, contained within the database for self-describing functionality.
New cards
17
Control Concurrency
Handles multiple users accessing data simultaneously.
New cards
18
NoSQL Databases
Databases that do not use the traditional relational model, designed for Big Data applications.
New cards
19
Database Application
Programs that help users interact with the database.
New cards
20
Basic Functions of Database Application Programs
Create forms, run SQL queries, generate reports, execute application logic.
New cards
21
Table Names
Written in ALL CAPITAL LETTERS in a relational database.
New cards
22
Column Names
First letter capitalized, with capital letters for each word in compound names.
New cards
23

Functions of a DBMS

Create the database and tables, Modify data (insert, update, delete), Read and retrieve data, Enforce constraints to ensure data integrity, Control concurrency, Perform backup and recovery

New cards

Explore top notes

note Note
studied byStudied by 9 people
354 days ago
5.0(1)
note Note
studied byStudied by 22 people
695 days ago
5.0(1)
note Note
studied byStudied by 13 people
956 days ago
5.0(1)
note Note
studied byStudied by 721 people
321 days ago
4.5(2)
note Note
studied byStudied by 11 people
868 days ago
5.0(1)
note Note
studied byStudied by 42 people
868 days ago
5.0(2)
note Note
studied byStudied by 94 people
807 days ago
5.0(1)
note Note
studied byStudied by 221 people
342 days ago
5.0(3)

Explore top flashcards

flashcards Flashcard (22)
studied byStudied by 32 people
518 days ago
5.0(1)
flashcards Flashcard (81)
studied byStudied by 13 people
44 days ago
5.0(1)
flashcards Flashcard (110)
studied byStudied by 37 people
427 days ago
5.0(3)
flashcards Flashcard (97)
studied byStudied by 14 people
820 days ago
5.0(1)
flashcards Flashcard (53)
studied byStudied by 4 people
680 days ago
5.0(1)
flashcards Flashcard (542)
studied byStudied by 32 people
854 days ago
5.0(1)
flashcards Flashcard (78)
studied byStudied by 35 people
462 days ago
5.0(1)
flashcards Flashcard (29)
studied byStudied by 12 people
20 hours ago
4.0(1)
robot