Lec 6 Flashcards

1
Q

Three concepts (data first)

A

Data -> Context -> Knowledge

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

In Regional databases
Collumns are called:
Rows are called:

A
  1. Attributes

2. Records

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

Database normalization trade-offs

A

Performance vs Unnecessarily/size

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

1NF requirments

A
  1. Domain only atomic values

2. Single Value

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

2NF requirments

A
  1. 1NF

2. IF! composite key, no partial dependencies

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

3NF

A
  1. 2NF

2. No transitive dependencies

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

An ERD is based on four elemental concepts

A

– Entities
– Attributes
– Relationships
– Cardinalities

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

Cardinalities forms

A
  1. 1 to 1
  2. 1 to M
  3. M to N
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

SQL Commands Categories

A
1. Data Defining Language (Structure)
Create/Delete/Alter databases/tables
2. Data Manipulation Language (Content)
Retrieve/Insert/Change Tuples/Records
3. Data Control Language (Access)
Permission Management
How well did you know this?
1
Not at all
2
3
4
5
Perfectly