Information Management and Database Systems Vocabulary

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

1/27

flashcard set

Earn XP

Description and Tags

Flashcards for vocabulary related to information management, database systems, SQL, and data modeling.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

Information Management (IM)

The systematic process of collecting, organizing, storing, and distributing data and knowledge within an organization.

2
New cards

Importance of Information Management

Ensures data is organized, secure, and accessible, enabling organizations to make informed decisions, enhance productivity, and maintain compliance with regulations.

3
New cards

5 Key Areas of Information Management

Collection, Storage, Distribution, Archiving, Destruction

4
New cards

Database System

A computerized system to store data and allow users to retrieve and update that data on demand.

5
New cards

3 Main Components of Data

Entities, Attributes, Relationships

6
New cards

DataBase Management System (DBMS)

Manages all requests for access to the database.

7
New cards

Database

Collection of data that is persistent, integrated and shared.

8
New cards

Database Management System (DBMS)

A software system designed to manage and organize data in a structured manner.

9
New cards

Data Modeling

Tools for creating and modifying data models, which define the structure and relationships of the data in a database.

10
New cards

Data Storage and Retrieval

Responsible for storing and retrieving data from the database, providing various methods for searching and querying the data.

11
New cards

Concurrency Control

Mechanisms for controlling concurrent access to the database, ensuring multiple users can access the data without conflicts.

12
New cards

Data Integrity and Security

Tools for enforcing data integrity and security constraints, such as constraints on the values of data and access controls.

13
New cards

Backup and Recovery

Mechanisms for backing up and recovering the data in the event of a system failure.

14
New cards

Relational Database Management System (RDBMS)

Data is organized into tables (relations) with rows and columns, and relationships between the data are managed through primary and foreign keys.

15
New cards

NoSQL DBMS

Designed for high-performance scenarios and large-scale data, NoSQL databases store data in various non-relational formats such as key-value pairs, documents, graphs, or columns.

16
New cards

Object-Oriented DBMS (OODBMS)

Stores data as objects, similar to those used in object-oriented programming, allowing for complex data representations and relationships.

17
New cards

Data Definition Language (DDL)

Deals with database schemas and descriptions, defining how the data should reside in the database. Commands include CREATE, ALTER, DROP, etc.

18
New cards

Data Manipulation Language (DML)

Deals with data manipulation, including SELECT, INSERT, UPDATE, DELETE, etc.

19
New cards

Data Control Language (DCL)

Acts as an access specifier to the database, including GRANT and REVOKE permissions.

20
New cards

Transactional Control Language (TCL)

Manages transactional data, including commands like COMMIT, ROLLBACK, and SAVEPOINT.

21
New cards

Concurrent Access (DBMS Advantage)

Ensures multiple users can access the data without conflicts.

22
New cards

SQL (Structured Query Language)

A Query Language specifically designed for managing data in a database.

23
New cards

Primary Key (PK)

The Unique data that is used to identify an individual set of data.

24
New cards

Foreign Key

The field that matches another unique ID

25
New cards

Data Models

Clarified diagram of a software and information elements it holds

26
New cards

Entity

Real-world object in conceptual data model

27
New cards

Attribute

Properties of an entity in conceptual data model

28
New cards

Relationship

Relation between two entities in conceptual data model