Chapter 7 vocab Flashcards

1
Q

A structured set of data held in a computer, usually in a way that is accessible by multiple concurrent users.

A

Database

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

Data that is produced by an organization’s everyday operations. It’s gathered in real time to provide a snapshot of what’s happening in the present.

A

Operational Data

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

Historical data that is used to help people make decisions in the present. It’s various categories include market data, transactional data, sensor data, natural language, and machine data.

A

Analytical Data

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

Software that allows users to define, manipulate, retrieve, and manage data stored in a database. Examples are Microsoft SQL Server, Oracle Database, MySQL, and Microsoft Access.

A

Database Management System (DBMS)

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

A data structure in a relational database that is comprised of fields (columns) and records (rows).

A

Table

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

A method of asking questions about the data stored in a database.

A

Query

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

A graphical interface that allows users to query a database by filling in information on the form

A

Form

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

An easy-to-read listing of the results of a query.

A

Report

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

A database that holds data on multiple related tables.

A

Relational Database

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

A single attribute of each record in a table.

A

Field

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

A single instance of an entity stored in a database table.

A

Record

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

A field in a table that uniquely identifies a record.

A

Primary Key

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

A field that corresponds to the primary key field in another table.

A

Foreign Key

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

a computer language used by most relational databases for creating queries.

A

SQL (Structured Query Language)

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

Database commands that change the structure, or schema, of the database

A

Data Definition Language (DDL)

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

Data Manipulation Language (DML)

A

Database commands that modify the records within the database and not the schema itself.

17
Q

Data that has some discrete categories but also other information that doesn’t follow a clear pattern.

A

Semi-Structured Data

18
Q

Extremely large sets of data, usually automatically recorded, that can be analyzed to show insights into human behavior trends.

A

Big Data