Database Systems - Chapter 1

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 47

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

48 Terms

1

Data

raw facts that have not been processed to reveal their meaning to end users, building blocks of information, used for data management

New cards
2

information

produced by processing raw data to reveal its meaning, requires context, used for knowledge, should be accurate, relevant, and timely to enable good decision making.

New cards
3

end-user data

raw facts of interest to end users

New cards
4

metadata

data about data, through white end-user data are integrated and managed. describe data characteristics and the set of relationships that links the data found within the database

New cards
5

Database management system (DBMS)

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

New cards
6

DBMS

What acts as the intermediary between user and the database, allows data to be shared, presents the end user with an integrated view of the data, receives/translates application requests into operations required to fulfill the request, and hides database’s internal complexity from the application programs and users?

New cards
7

data inconsistency

different versions of the same data appear in different places

New cards
8

data quality

a comprehensive approach to promoting accuracy, validity, and timeliness of data

New cards
9

single-user database

database that supports one user at a time

New cards
10

desktop database

database that runs on pc

New cards
11

multiuser database

supports multiple users at the same time

New cards
12

workgroup databases

databases that support a small number of users or a specific department within an organization

New cards
13

enterprise database

supports many users across many departments

New cards
14

centralized databases

databases that store data in a single location, allowing for easier management and access by users.

New cards
15

distributed database

a database that is spread across multiple physical locations, allowing for data to be stored and accessed in various sites while maintaining a unified system.

New cards
16

cloud database

a database that is created and maintained using cloud data services that provide defined performance measures for the database, such as Amazon AWS

New cards
17

general-purpose database

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

New cards
18

discipline-specific database

database that contains data focused on specific subject areas

New cards
19

operational database

designed to support a company’s day-to-day operations; aka an online transaction processing (OLTP) database, transactional database, or production database

New cards
20

analytical database

database that stores historical data and business metrics used exclusive for tactical or strategic decision making

New cards
21

data warehouse

stores data in a format optimized for decision support

New cards
22

online analytical processing front-end

tools for retrieving, processing, and modeling data from the data warehouse

New cards
23

business intelligence

captures and processes business data to generate information that supports decision making

New cards
24

unstructured data

data that exists in their original raw state

New cards
25

structured data

the results of formatting unstructured data to facilitate storage, use, and the generation of information. structure is applied based on the type of processing to be performed

New cards
26

semistructured data

data that has been process to some extent

New cards
27

extensible markup language (XML)

special language used to represent and manipulate data elements in a textual format, supports the storage and management of semistructured XML data

New cards
28

manual file systems

file systems accomplished through a system of file folders and filing cabinets

New cards
29

computerized file systems

file systems where a data processing specialist used a computer-based system that would track data and produce required reports

New cards
30

file system redux

file system that includes spreadsheet programs such as Microsoft Excel

New cards
31

field

a character or group of characters that has a specific meaning, used to define and store data

New cards
32

record

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

New cards
33

file

a collection of related records

New cards
34

file system data processing

what has the following cons: lengthy development times, difficulty of getting quick answers, complex system administration, lack of security and limited data sharing, extensive programming?

New cards
35

structural dependence

access to a file that is dependent on its structure, all file system programs are modified to conform to a new file structure

New cards
36

structural independence

file structure is changed without affecting the application’s ability to access the data

New cards
37

data dependence

when data access changes when data storage characteristics change

New cards
38

data independence

data storage characters can be changed without affecting the program’s ability to access the data

New cards
39

data redundancy

unnecessarily storing same data at different places

New cards
40

islands of information

scattered data locations, increases the probability of having different versions of the same data

New cards
41

data anomaly

develops when not all of the required changes in the redundant data are made successfully

New cards
42

update, insertions, deletion

what are the three types of data anamolies?

New cards
43

data dictionary

stores definitions of data elements and their relationships

New cards
44

performance tuning

ensures efficient performance of the database in terms of storage and access speed

New cards
45

query language

Lets the user specify what must be done without having to specify how

New cards
46

structured query language

De facto query language and data access standard supported by the majority of DBMS vendors

New cards
47

database communication interfaces

Accept end-user requests via multiple, different network environments

New cards
48

database systems

what comes with the disadvantaged of increased costs, management complexity, maintaining currency, vendor dependence, and frequent upgrade/replacement cycles

New cards
robot