Chapter 4 - CS3 - Databases Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is the difference between data, information, and knowledge?

A

Data is raw bits and pieces
If you add CONTEXT > data becomes information
If you aggregate and analyze the information > information becomes knowledge (can be used to make decisions)

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

What are the characteristics of a relational database?

A

In a relational database, every table should have a field in common with at least one other table so that they’re all connected
Microsoft Access, MySQL, Oracle

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

What is DBMS?

A

Database Management Systems (DBMS) = software application that you use to create a database, change a database’s structure, or simply do analysis.

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

Describe what the term normalization means.

A

In simple terms, to normalize a database means to design it in a way that:

1) reduces duplication of data between tables and
2) gives the table as much flexibility as possible

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

Why is it important to define the data type of a field when designing a relational database?

A

Data type dictates what functions can be performed on the data and determines the amount of storage space allocated to the data

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

What is metadata?

A

Data about the data

For example, in a music file, the metadata would be length of the song, the artist name, file size, album art

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

What is data mining?

A

Process of analyzing data to find trends to make decisions

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

What’s the point of a data warehouse?

A

Extract data from an “active” company database & load it into the data warehouse to analyze it (so you don’t mess w/ the company’s operations)

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

What is a primary key? Can you change a record’s primary key field?

A

The unique identifier for each report and it must be selected for each table
No - if the field changes for the record, you have to delete and re-insert the record

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

What’s the point of a data warehouse?

A

Extract data from an “active” company database and load it into the data warehouse to analyze it (so you don’t mess w/ the company’s operations)

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

What is business intelligence?

A

Collecting data (internally and sometimes external data from data brokers) and analyzing it to gain a competitive advantage

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