Chapter 9 Flashcards

1
Q

Database

A

-Highly structured data storage

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

RDBMS

A

Relational Database Management System

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

Primary Key and Foreign Key

A

-It is more efficient and reliable to store data in multiple tables
-The primary key is a designated table column with unique value for each record
-The foreign key is a column that references the primary key value of another table
-The definition of tables, columns, and relations is called the database schema

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

Constraints

A

-Garbage in, Garbage out (GIGO)
-Columns (fields) are defined with a data type, which acts as a basic constraint on what can be entered
-Constraints can be applied in other ways

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

Structured relational database

A

Defined tables and columns with data types

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

Unstructured data

A

-documents, presentations, some types of spreadsheets
-User is not really constrained about what they enter
-data can be extracted by searching and indexing the file content

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

Semi-Structured

A

Documents that contain meta data or markup that identifies the values contained

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

One-tier

A

User interface (front end) and database (back end) hosted on same computer

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

Two-tier

A

-Client server
-Client machine runs application and presentation
-Server machine runs database

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

Three-tier

A

-Client front end
-Application/business logic
-Database

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

N-tier

A

-Any multi-tier architecture
-More complex than 3-tier

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