Database Systems Flashcards

1
Q

ad hoc query

A

A “spur-of-the-moment” question.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

centralized database

A

A database located at a single site.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

data

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

data anomaly

A

A data abnormality that exists when inconsistent changes to a database have been made. For example, an employee moves, but the address change is corrected in only one file and not across all files in the database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

data dependence

A

A data condition in which the data representation and manipulation are dependent on the physical data storage characteristics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

data dictionary

A

A DBMS component that stores metadata—data about data. Thus, the data dictionary contains the data definition as well as its characteristics and relationships. A data dictionary may also include data that are external to the DBMS. Also known as an information resource dictionary. See also active data dictionary, metadata, and passive data dictionary.q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

data inconsistency

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

data independence

A

A condition that exists when data access is unaffected by changes in the physical data storage characteristics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

data integrity

A

In a relational database, refers to a condition in which the data in the database is in compliance with all entity and referential integrity constraints.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

database management

A

A process that focuses on data collection, storage, and retrieval. Common data management functions include addition, deletion, modification, and listing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

data redundency

A

A condition that exists when a data environment contains redundant (unnecessarily duplicated) data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

data warehouse

A

Bill Inmon, the acknowledged “father of the data warehouse,” defines the term as “an integrated, subject-oriented, time-variant, nonvolatile collection of data that provides support for decision making.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

database

A

A shared, integrated computer structure that houses a collection of related data. A database contains two types of data: end-user data (raw facts) and metadata. The metadata consist of data about data, that is, the data characteristics and relationships.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

database design

A

The process that yields the description of the database structure. The database design process determines the database components. Database design is the second phase of the database life cycle.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

database management system

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

database system

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

desktop database

A

A single-user database that runs on a personal computer.

18
Q

distributed database

A

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

19
Q

enterprise database

A

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

20
Q

field

A

A character or group of characters (alphabetic or numeric) that defines a characteristic of a person, place, or thing. For example, a person’s Social Security number, address, phone number, and bank balance all constitute fields.

21
Q

file

A

A named collection of related records.

22
Q

information

A

The result of processing raw data to reveal its meaning. Information consists of transformed data and facilitates decision making.

23
Q

islands of information

A

A term used in the old-style file system environment to refer to independent, often duplicated, and inconsistent data pools created and managed by different organizational departments.

24
Q

knowledge

A

The body of information and facts about a specific subject. Knowledge implies familiarity, awareness, and understanding of information as it applies to an environment. A key characteristic of knowledge is that “new” knowledge can be derived from “old” knowledge.

25
Q

logical data format

A

The way in which a human being views data.

26
Q

metadata

A

Data about data, that is, data concerning data characteristics and relationships. See also data dictionary.

27
Q

multi-user database

A

A database that supports multiple concurrent users.

28
Q

operational database

A

A database that is designed primarily to support a company’s day-to-day operations. Also known as a transactional database or production database.

29
Q

performance tuning

A

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

30
Q

physical data format

A

The way in which a computer “sees” (stores) data.

31
Q

production database

A

The main database designed to keep track of the day-to-day operations of a company. See also transactional database.

32
Q

query

A

A question or task asked by an end user of a database in the form of SQL code. A specific request for data manipulation issued by the end user or the application to the DBMS.

33
Q

query language

A

A nonprocedural language that is used by a DBMS to manipulate its data. An example of a query language is SQL.

34
Q

query result set

A

The collection of data rows that are returned by a query.

35
Q

record

A

A collection of related (logically connected) fields.

36
Q

single-user database

A

A database that supports only one user at a time.

37
Q

structural dependence

A

A data characteristic that exists when a change in the database schema affects data access, thus requiring changes in all access programs.

38
Q

structural independence

A

A data characteristic that exists when changes in the database schema do not affect data access.

39
Q

Structured Query Language

A

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.

40
Q

transactional database

A

A database designed to keep track of the day-to-day transactions of an organization. See also production database.

41
Q

work-group database

A

A multiuser database that supports a relatively small number of users (usually fewer than 50) or that is used for a specific department in an organization.