1: Database Systems: Design, Implementation, and Management

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

1/30

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.

31 Terms

1
New cards

Data

They are raw facts. Building blocks of information which is the bedrock of knowledge.

2
New cards

Information

The result of processing raw data to reveal meaning. Requires context to reveal meaning. Produced by processing data.

3
New cards

Database

It is shared, integrated computer structure that stores a collection of end-user data and metadata.

4
New cards

End-user data

Raw facts of interest to end user.

5
New cards

Metadata

Data about data. Provides description of data characteristics and relationships in data. Complements and expands value of data.

6
New cards

Database Management System (DBMS)

A collection of programs. Manages structure and controls access to data. The intermediary between the user and the database.

7
New cards

Single-user database

Supports only one user at a time.

8
New cards

Multiuser database

Supports multiple users at the same time.

9
New cards

Centralized database

Data located at a single site.

10
New cards

Distributed database

Data distributed across several different sites.

11
New cards

Operational database

Supports a company’s day-to-day operations. Can be transactional or production database,

12
New cards

Data warehouse

Stores data used for tactical or strategic decisions.

13
New cards

Unstructured data

Exist in their original state.

14
New cards

Structured data

Result from formatting. Applied based on type of processing to be performed.

15
New cards

Semistructured data

A type of database that have been processed to some extent.

16
New cards

Extensible Markup Language (XML)

Represents data elements in textual format.

17
New cards

Data processing (DP) specialist

Converted computer file structure from manual system.

18
New cards

Data redundancy

Same data stored unnecessarily in different places.

19
New cards

Data inconsistency

Different and conflicting versions of same data occur at different places.

20
New cards

Data anomalies

Abnormalities when all changes in redundant data are not made correctly.

21
New cards

Database Systems

Consists of logically related data stored in a single logical data repository. May be physically distributed among multiple storage facilities. Also defines, stores, and manages all access paths and components.

22
New cards
  1. Hardware

  2. Software

  3. People

  4. Procedures

  5. Data

The five major parts of a database system.

23
New cards

Hardware

All the system’s physical devices.

24
New cards
  1. Operating System Software

  2. DBMS Software

  3. Application programs and utility software.

The three types of software.

25
New cards

People

All users of the database system.

26
New cards

Procedures

Instructions and rules that govern the design and use of the database system.

27
New cards

Query Language

Is a nonprocedural language.

28
New cards

Structured Query Language (SQL)

Is the facto query language.

29
New cards

Field

A character or group of characters that has a specific meaning.

30
New cards

Record

A logically connected set of one or more fields that describes a person, place, or thing.

31
New cards

File

A collection of related records.