Chapter 5 Flashcards

1
Q

What is a Database?

A

Allows you to access, manage, & update data.

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

Islands of info?

A

Body of info that needs to be shared but has no network connection

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

Data hierarchy:

A
Bit - 0-1's
Byte - 8 bits in a byte
Field 
Record
Table (file)
Database
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Primary/Secondary Keys?

A

Primary - A field that uniquely identifies records

Secondary - An additional key that can be used with primary to locate specific data (more secure)

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

What is DBMS and what does it do?

A

Software package designed to store, manipulate, retrieve, & manage data in a database.

Helps reduce: Redundancy, inconsistency, security,

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

What do SQL (Structured query language) /Form/Report/Query/App Multi-users do?

A

Retrieve/store/modify/delete data

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

Normalization - 1st form

A
  1. It should only have single(atomic) valued attributes/columns.
  2. Values stored in a column should be of the same domain
  3. All the columns in a table should have unique names.
  4. Order in which data is stored, does not matter.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Normalization - 2nd Form

A
  • Deals with data redundancy in vertical columns
  • Should be no partial dependency (where an attribute in a table depends on only a part of the primary key and not the whole key)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Normalization - 3rd Form

A
  • Very Uncommon
  • Looks for data in tables that are not fully dependent on primary keys
  • Transitive Dependency (
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the types of relationships?

A

One - One
One - Many
Many - Many

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

What is MetaData?

A
  • Data that describes data

- Makes databases more useful & easier to use

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