Exam Flashcards

1
Q

existential vs universal quantification

A

will be on exam

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

Database normalization

A

the process of organizing the fields and tables of a relational database to minimize redundancy and dependency. Normalization usually involves dividing large tables into smaller (and less redundant) tables and defining relationships between them. The objective is to isolate data so that additions, deletions, and modifications of a field can be made in just one table and then propagated through the rest of the database using the defined relationships.

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