DBMS: Database concepts

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

1/34

flashcard set

Earn XP

Description and Tags

Unit 1

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

35 Terms

1
New cards

Data

Raw facts

2
New cards

Information

Transformed/processed data that facilitates decision making

3
New cards

Data management

A process that focuses on data collection, storage, and retrieval.

4
New cards

Database

A shared, integrated computer structure that houses a collection of related data.

Contains two types of data: end-user data(raw facts) and metadata

5
New cards

Metadata

Data about data characteristics and relationships

6
New cards

Database management system (DBMS)

the collection of programs that manages the database structure and controls access to the data stored in the database.

7
New cards

Data inconsisency

A condition in which different versions of the same data yield-different (inconsistent) results.

8
New cards

query

a specific request issued to the DBMS for data manipulation

9
New cards

centralized database

A single database located at a single site.

10
New cards

Distributed database

A logically related database that is stored in two or more physically independent sites.

11
New cards

cloud database

A database that is created and maintained using cloud services such as Microsoft Azure or Amazon AWS.

12
New cards

general-purpose database

A database that contains a wide variety of data used in multiple disciplines.

13
New cards

Unstructured data

Data that exists in its original, raw state; that is, in the format in which it was collected.

14
New cards

Structured data

Data that has been formatted to facilitate storage, use, and information generation.

15
New cards

Semistructured data

Data that has already been processed to some extent.

16
New cards

Extensible Markup Language (XML)

A metalanguage used to represent and manipulate data elements.

17
New cards

XML database

supports the storage and management of semistructured XML data.

18
New cards

Problems with File Systems

  1. Data redundancy

  2. Data inconsistency

  3. Lack of data integrity

  4. Difficult to access

  5. No multi user access

19
New cards
20
New cards
21
New cards
22
New cards
23
New cards
24
New cards
25
New cards

Data redundancy

when the same data is stored unneccessarily at different places.

26
New cards

Data inconsistency

when different and conflicting versions of the same data appear in different places.

27
New cards

Data integrity

Data is accurate and verifiable.

28
New cards

Database system

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

29
New cards

query language

a non-procedural language - one that lets the user specify what must be dont without having to specify how.

30
New cards
31
New cards
32
New cards
33
New cards
34
New cards
35
New cards