Data Management

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

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.

34 Terms

1
New cards
What are the characteristics of quality data?

Accessible, Accurate, Complete, Economical, Relevant, Reliable, Secure, Timely, Verifiable

2
New cards
How does quality data improve decision making?
Removes guesswork and reduces risk when making business decisions
3
New cards
How does quality data increase customer satisfaction?
Enables personalized service and better understanding of customer needs
4
New cards
How does quality data help increase sales?
Allows accurate targeting and communication with customers
5
New cards
How does quality data support innovation?

Improves processes, product quality, and customer experience

6
New cards
How does quality data raise productivity?
Prevents time wasted correcting errors and lets employees focus on core tasks
7
New cards
How does quality data ensure compliance?
Helps meet data regulations and standards set by authorities
8
New cards
What is data management?

The process of obtaining, storing, securing, and processing data to ensure it is usable

9
New cards
What is data governance?
Policies and roles that ensure data is trusted and used properly by the organization
10
New cards
Role of a DBA (Database Administrator)?

Creates, tests, manages, secures, and improves database performance

11
New cards
Role of a Data Steward?
Ensures accuracy and consistency of specific business data even if not in IT
12
New cards
What is Data Lifecycle Management (DLM)?
Policy-based control of data from creation to deletion when outdated
13
New cards
Why are databases important for businesses?

They provide accurate, timely information to support decisions and operations

14
New cards
What is a DBMS?
Software that manages databases and provides access and security control
15
New cards
What is an entity in a database?

A person, place, or thing that data is stored about

16
New cards
What is an attribute?
A detail or characteristic of an entity
17
New cards
What is database modeling?
Designing how data will be structured and related in the database
18
New cards
Purpose of an ER Diagram?
To visually map relationships between entities and attributes
19
New cards

Correct order: Field, Record, File, Database?

Field → Record → File → Database

20
New cards
What is a primary key?
A field that uniquely identifies a record in a table
21
New cards
What is a foreign key?
A field that links records between two tables
22
New cards
What is SQL?
A language used to manage and query data in relational databases
23
New cards
What is DDL?
Commands used to define database structure
24
New cards
What is DML?
Commands used to modify database data
25
New cards
What is DCL?
Commands used to manage database access permissions
26
New cards
What is TCL?
Commands used to ensure data accuracy through commit and rollback actions
27
New cards
What is data cleansing?
Fixing or removing incorrect or incomplete data from a database
28
New cards
What is data enhancement?
Adding extra useful information to existing data
29
New cards
Key features of a relational database?

Data in tables, use of rows and columns, primary and foreign keys link data

30
New cards
What is SELECT in SQL functions?
Eliminates rows based on conditions
31
New cards
What is PROJECT in SQL functions?
Eliminates columns from a table
32
New cards
What is JOIN in SQL functions?
Combines tables using a common field
33
New cards
What is DaaS?
Database hosted and managed by a provider and accessed over the internet
34
New cards
Examples of relational DBMS?

MySQL, Oracle, SQL Server, PostgreSQL, MariaDB, Microsoft Access