Introduction to Database Concepts

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

1/11

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering core concepts: data, information, database, database system, DBMS, CRUDS, DBMS components, examples, applications, and the data processing model.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Data

A collection of unprocessed items (text, numbers, images, audio, video) that by itself has no meaning and must be interpreted and processed to become information.

2
New cards

Information

Processed data that is organized, meaningful, and useful.

3
New cards

Database

A collection of related data stored, organized, accessible, and retrievable to support information use.

4
New cards

Database System

An organization of components that defines and regulates the collection, storage, management, and use of data in a database environment.

5
New cards

DBMS (Database Management System)

Application software (or a collection of programs) that enables users to create, maintain, access, and manage a database.

6
New cards

CRUDS

Create, Read (Access/Search/Retrieve), Update (Modify), Delete, and Store (Write) – the major tasks of a DBMS.

7
New cards

DBMS Components

Five major components: Data (stored facts), Hardware (computers/devices), Software (DBMS & OS), People (DBAs, designers, end users), Procedures (rules for design and use).

8
New cards

DBMS Software Examples

Microsoft Access, Oracle, DB2, SQL Server, LibreOffice Base, MySQL.

9
New cards

Database Applications

Real-world systems that use databases, such as Banking system, Airlines reservation system, Student registration system, Sales system, HR system, Order processing, Inventory control.

10
New cards

IPO Model (Database context)

Input-Process-Output model: data is input and processed/stored by the DBMS to produce information as output.

11
New cards

Raw Data

Unprocessed data that can be stored in a database or used as input to produce information.

12
New cards

Database System vs DBMS vs Database

A DBMS is the software for managing data; a database is the stored data; a database system is the combination of the database and the DBMS (plus applications) forming the complete data environment.