chapter 15 - databases Flashcards

1
Q

is well thought-out collection of computer files called tables that consist of records (rows) of data separated by fields (columns) that can be queried (questions) to produce subsets of information.

A

Database software

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

In a DBMS, data is stored in computer files called tables, and tables are combined with other tables with related information, hence, a

A

relational database.

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

The records retrieved by these queries become information that can be used to make business decisions.

A

Database

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

are always distributed on a computer network for multiple users.

A

Business databases

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

Databases are referred to as

A

database management systems (DBMS)

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

At its core a _____ is made up of files called tables that are related to each other.

A

database

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

construct databases by using entity relationship diagrams (ER Diagram)

A

Database designers

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

is a database-modeling method to construct a theoretical and conceptual representation of data to produce a schema.

A

entity relationship diagrams (ER Diagram)

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

A ______ field can be set up to ensure that a user only enters five digits or ten digits (85714 or 85714-1201) and only accept numeric figures.

A

“Zip Code”

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

Once a field has a _____, it ensures data integrity.

A

“data validation”

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

attempt to avoid data input errors like typing errors.

A

Data integrity techniques

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

one of the most common uses of ____ is to query a table(s).

A

SQL

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

Avoiding ____ ensures accuracy system wide throughout a DBMS which can reduce reconciliation errors immensely.

A

data redundancy

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

is the most widely used standard computer language for relational databases that allows a programmer to manipulate and query data.

A

Structured Query Language (SQL)

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