Introduction to Database Systems and Management

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/67

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.

68 Terms

1
New cards

Data

Data consists of raw facts.

2
New cards

Information

Information is the result of processing raw data to reveal the meaning of data.

3
New cards

Knowledge

Knowledge implies familiarity, awareness, and understanding of information.

4
New cards

Accurate Information

Accurate, relevant, and timely information is the key to good decision-making.

5
New cards

Data Management

Data management is a discipline that focuses on the proper generation, storage, and retrieval of data.

6
New cards

Database

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

7
New cards

End-user data

Raw facts of interest to the end user.

8
New cards

Database Management System (DBMS)

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

<p>A collection of programs that manages the database structure and controls access to the data stored in the database.</p>
9
New cards

Metadata

Data about data, through which the end-user data is integrated and managed.

10
New cards

Single-user database

A database that supports one user at a time.

11
New cards

Desktop database

A single-user database on a personal computer.

12
New cards

Multiuser database

A database that supports multiple users at the same time.

13
New cards

Workgroup database

A multiuser database that supports a small number of users or a specific department.

14
New cards

Enterprise database

A multiuser database that supports many users across many departments.

15
New cards

Centralized database

A database that supports data located at a single site.

16
New cards

Distributed database

A database that supports data distributed across different sites.

17
New cards

Cloud database

A database created and maintained using cloud data services.

18
New cards

General-purpose databases

Databases that contain a wide variety of data used in multiple disciplines.

19
New cards

Discipline-specific databases

Databases that contain data focused on specific subject areas.

20
New cards

Operational database

A database designed to support a company's day-to-day operations.

21
New cards

Analytical database

A database that stores historical data and business metrics used exclusively for tactical or strategic decision making.

22
New cards

Data warehouse

A component of an analytical database that stores data in a format optimized for decision support.

23
New cards

Online Analytical Processing (OLAP)

A set of tools for retrieving, processing, and modeling data from the data warehouse.

24
New cards

Business intelligence

A comprehensive approach to capture and process business data to generate information that supports decision making.

25
New cards

Unstructured data

Data that exists in its original (raw) state.

26
New cards

Structured data

Data that is the result of formatting unstructured data to facilitate storage and use.

27
New cards

Semistructured data

Data that has already been processed to some extent.

28
New cards

XML database

A database that supports the storage and management of unstructured XML data.

29
New cards

Extensible Markup Language (XML)

A language used to represent data elements in textual format.

30
New cards

NoSQL

A new generation of DBMS that is not based on the traditional relational database model.

31
New cards

Database design

Activities that focus on the design of the database structure that will be used to store and manage end-user data.

32
New cards

Data

Raw facts, such as a telephone number, a birth date, a customer name, and a year-to-date (YTD) sales value.

33
New cards

Field

A character or group of characters (alphabetic or numeric) that has a specific meaning. A field is used to define and store data.

34
New cards

Record

A logically connected set of one or more fields that describes a person, place, or thing. For example the fields that constitute a record for a customer might consist of the customer's name, address, phone number, date of birth, credit limit, and unpaid balance.

35
New cards

File

A collection of related records. For example, a file might contain data about the students currently enrolled at Gigantic University.

36
New cards

File System Problems

Challenges with file systems that affect information creation and accuracy, including lengthy development times, difficulty of getting quick answers, complex system administration, lack of security, limited data sharing, and extensive programming.

37
New cards

Structural Dependence

A condition where access to a file is dependent on its own structure, requiring all file system programs to be modified to conform to a new file structure.

38
New cards

Structural Independence

Exists when the file structure can be changed without affecting the application's ability to access the data.

39
New cards

Data Dependence

Occurs when all data access programs must change when data storage characteristics change.

40
New cards

Data Independence

Exists when data storage characteristics can be changed without affecting the program's ability to access the data.

41
New cards

Logical Data Format

How humans view the data.

42
New cards

Physical Data Format

How the computer must work with the data.

43
New cards

Data Redundancy

Exists when the same data is stored unnecessarily at different places, leading to poor data security, data inconsistency, data-entry errors, and data integrity problems.

44
New cards

Islands of Information

Term used by database professionals to describe scattered data locations.

45
New cards

Data Anomalies

Problems that arise from redundancy in data, including update anomalies, insertion anomalies, and deletion anomalies.

46
New cards

Database System

An organization of components that define and regulate the collection, storage, management, and use of data within a database environment.

47
New cards

DBMS

Database Management System, which eliminates most of the file system's data inconsistency, data anomaly, data dependence, and structural dependence problems.

<p>Database Management System, which eliminates most of the file system's data inconsistency, data anomaly, data dependence, and structural dependence problems.</p>
48
New cards

Data Dictionary Management

A DBMS function that stores definitions of data elements and their relationships.

49
New cards

Data Storage Management

A DBMS function that creates and manages the structures required for data storage.

50
New cards

Performance Tuning

Ensures efficient performance of the database system.

51
New cards

Data Transformation and Presentation

A DBMS function that transforms entered data to conform to required data structures.

52
New cards

Security Management

A DBMS function that enforces user security and data privacy.

53
New cards

Multiuser Access Control

A DBMS function that ensures multiple users can access the database concurrently without compromising its integrity.

54
New cards

Backup and Recovery Management

A DBMS function that provides backup and data recovery to ensure data safety and integrity.

55
New cards

Data Integrity Management

A DBMS function that promotes and enforces integrity rules, minimizing redundancy and maximizing data consistency.

56
New cards

Database Access Languages

Languages provided by a DBMS for data access, allowing users to specify what must be done without having to specify how.

57
New cards

Structured Query Language (SQL)

The de facto query language and data access standard supported by the majority of DBMS vendors.

58
New cards

Database Communication Interfaces

Interfaces that a DBMS accepts end-user requests through.

59
New cards

Disadvantages of Database Systems

Include increased costs, management complexity, maintaining currency, vendor dependence, and frequent upgrade/replacement cycles.

60
New cards

Database Developer

Creates and maintains database-based applications, requiring programming, database fundamentals, and SQL skills.

61
New cards

Database Designer

Designs and maintains databases, requiring systems design, database design, and SQL skills.

62
New cards

Database Administrator

Manages and maintains DBMS and databases, requiring database fundamentals, SQL, and vendor courses.

63
New cards

Database Analyst

Develops databases for decision support reporting, requiring SQL, query optimization, and data warehouses skills.

64
New cards

Database Architect

Designs and implements database environments, requiring knowledge of conceptual, logical, and physical database design.

65
New cards

Database Consultant

Helps companies leverage database technologies to improve business processes and achieve specific goals.

66
New cards

Database Security Officer

Implements security policies for data administration, requiring DBMS fundamentals and data security technologies.

67
New cards

Cloud Computing Data Architect

Designs and implements infrastructure for next-generation cloud database systems, requiring knowledge of internet technologies and cloud storage technologies.

68
New cards

Data Scientist

Analyzes large amounts of varied data to generate insights, requiring skills in data analysis, statistics, and machine learning.