Database Systems - Chapter 1

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

1/41

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.

42 Terms

1
New cards

Data

Raw facts, or facts that have not yet been processed to reveal their meaning to the end user.

2
New cards

Information

The result of processing raw data to reveal its meaning.

3
New cards

Data Management

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

4
New cards

Database

An organized collection of structured information/data stored in a computer system

5
New cards

Metadata

Data about data; that is, data about data characteristics and relationships..

6
New cards

DBMS: Database Management System

Programs that manage the database structure and control access to the data stored in the database.

7
New cards

Advantages Of DBMS

  1. Improve Data Integration

  2. Minimized Data Inconsistency

  3. Improved Data Sharing

  4. Improved Data Security

  5. Improved Data Access

  6. Improved decision making

  7. Increased end-user productivity.

8
New cards

Data Inconsistency

A condition in which different versions of the same data stored at different locations.

9
New cards

Query

A question or task asked by an end user of a database in the form of SQL code.

10
New cards

Query Result Set

The collection of data rows returned by a query

11
New cards

Data Quality

Ensuring the accuracy, validity and timeliness of data.

12
New cards

Single User Database

A database that supports only one user at a time

13
New cards

Desktop Database

A single user database that runs on a personal computer

14
New cards

Multiuser Database

A database that supports multiple concurrent users.

15
New cards

Workgroup Database

A multiuser database that usually supports fewer than 50 users or is used for a specific department in an organization.

16
New cards

Enterprise Database

The overall company data representation which provides support for present and expected future needs

17
New cards

Centralized Database

A database located at a single site

18
New cards

Distributed Database

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

19
New cards

Cloud Database

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

20
New cards

General-Purpose Database

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

21
New cards

Discipline Specific Database

A database that contains data focused on specific subject areas.

22
New cards

Operational Database

A database designed primarily to support a company's day to day operations

23
New cards

Analytical Database

A database focused primarily on storing historical data and business metrics used for strategic decision making

24
New cards

Data Warehouse

Stores historical and summarised data in a format optimised for decision support

25
New cards

OLAP: Online Analytical Processing

A set of tools that provide advanced data analysis for retrieving, processing, and modeling data from the data warehouse.

26
New cards

Business Intelligence

A set of tools and processes used to capture, collect, integrate, store and analyze data to support business decision making.

27
New cards

Unstructured Data

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

28
New cards

Structured Data

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

29
New cards

Semistructured Data

Data that has already been processed to some extent

30
New cards

XML: Extensible Markup Language

A metalanguage used to represent and manipulate data elements.

31
New cards

NoSQL

A new generation of database management system that is designed to handle rapid processing and analyzing of vast amounts of varied and unstructured data, aka Big Data.

32
New cards

Importance of Database Design

A well designed database facilitates data management and generates accurate and valuable information.

33
New cards

Data Processing (DP) Specialist

In a file system, the person responsible for developing and managing a computerized file processing system.

34
New cards

Logical Data Format

The way a person views data within the context of a problem domain

35
New cards

Physical Data Format

The way a computer "sees" (stores) data

36
New cards

Data Redundancy

Exists when the same data is stored unnecessarily at different places.

37
New cards

Data Integrity

In a relational database, a condition in which the data in the database complies with all entity and referential integrity constraints.

38
New cards

Data Anomaly

A data abnormality in which inconsistent changes have been made to a database. For example, an employee moves, but the address change is not corrected in all files in the database.

39
New cards

Database System

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

40
New cards

Data Dictionary

A DBMS component that stores metadata- data about the data.

41
New cards

Performance Tuning

Activities that make a database perform more efficiently in terms of storage and access speed.

42
New cards

SQL: Structured Query Language

A powerful and flexible relational database language composed of commands that enable users to create database and table structures , perform various types of data manipulation and data administration and query the database to extract useful information.