Database Flashcards

1
Q

name two main types of database in use today

A

OPerational and analytical databases

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

What are operational databases

A

Databases that need to collect, modify, maintain data on daily basis

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

What are analytical databases

A

Need to store and track historical and time-dependent data

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

What type of data does an analytical database store

A

Static data that never rarely changes

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

What two data models used in the beginning of database management

A

hierarchical and network

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

Describe a parent/child relationship

A

A parent can be associated with more than one child table, a child table can only be associated with one parent table

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

What is a set structure

A

Establishes relationships in network database models.

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

What two math theories do relational model is based

A

Set theory and first order predicate logic

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

How do relational db store data

A

Stored as relations. WHich user perceives as tables. Each relation composed of tuples, records, attributes, or fields

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

Three types of relations

A

one to one
one to many
many to many

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

how to retrieve data in relational

A

Use SQL (structured query langauge)

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

State two advantages of a relational database

A

Built in multilevel integrity
logical and physical data independence from database app
Guaranteed data consistency and accuracy
easy data retrieval

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