CHAPTER 5 ITM

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

encourage image

There's no tags or description

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

35 Terms

1
ACID properties
Atomicity, consistency, isolation, durability; ensure reliable transaction processing and data integrity in databases.
New cards
2
Attribute
A characteristic of an entity.
New cards
3
Concurrency control
A method for managing simultaneous access to the same record by multiple users or applications.
New cards
4
Data
Raw facts such as employee numbers or total hours worked in a week.
New cards
5
Data cleansing
The process of detecting and correcting or deleting incomplete, incorrect, or irrelevant records in a database.
New cards
6
Data Definition Language (DDL)
Instructions and commands used to define and describe data and relationships in a database.
New cards
7
Data dictionary
A detailed description of the data stored in a database.
New cards
8
Data governance
Defines roles, responsibilities, and processes for ensuring data trustworthiness and management.
New cards
9
Data item
The specific value of an attribute.
New cards
10
Data lifecycle management (DLM)
A policy-based approach to managing data flow from acquisition to deletion.
New cards
11
Data management
Processes for obtaining, certifying, storing, securing, and processing data.
New cards
12
Data Manipulation Language (DML)
A language that allows users to access and modify data, make queries, and generate reports.
New cards
13
Data normalization
The process of organizing data to eliminate redundancy and ensure data dependencies.
New cards
14
Data steward
An individual responsible for the management of critical data elements.
New cards
15
Database
A well-designed, organized, and managed collection of data.
New cards
16
Database administrator (DBA)
An IS professional responsible for managing databases and user data needs.
New cards
17
Database approach to data management
An approach where multiple systems share a pool of related data.
New cards
18
Database-as-a-Service (DaaS)
A service model where databases are hosted by a provider and accessed over the Internet.
New cards
19
Database management system (DBMS)
Programs used to access and manage a database and provide user interfaces.
New cards
20
Domain
The range of allowable values for a data attribute.
New cards
21
Enterprise data model
A model identifying the data entities and attributes of interest to an organization.
New cards
22
Entity
A person, place, or thing for which data is collected and maintained.
New cards
23
Entity-relationship (ER) diagram
A graphical data model showing the organization and relationships between data.
New cards
24
File
A collection of similar entities.
New cards
25
Foreign key
An attribute in one table that refers to the primary key in another table.
New cards
26
Information
Organized data that has additional value beyond individual facts.
New cards
27
Joining
Combining tables through common attributes to form a new table.
New cards
28
Knowledge
Awareness and understanding of information for specific tasks or decisions.
New cards
29
Primary key
An attribute or set that uniquely identifies a record.
New cards
30
Projecting
Manipulating data to eliminate columns in a table.
New cards
31
Record
A collection of attributes about a specific entity.
New cards
32
Relational database model
An organization of data into two-dimensional tables called relations.
New cards
33
Schema
A description defining the structure of the database, including tables and attributes.
New cards
34
Selecting
Manipulating data to eliminate rows based on criteria.
New cards
35
SQL
A programming language for accessing and manipulating relational database data.
New cards
robot