Databases Flashcards
Entities
Things that data has been collected about (top column)
Tables
2D representations of data that is stored in rows and columns
Forms
What data is submitted to a database in
Queries
Request for data from the database, where data is retrieved
Reports
Presentations of data from the database
Modules
Add additional functionality to a database that aren’t built in
Tables, entity relationship
Tables contain the data from the entities. The entities are usually the table columns and the rows contain the data associated with them
Data residency
Data is unnecessarily repeated in two or more tables.
Inefficient, should be avoided.
Relational database
Tables linked together with each other by key fields
Key field
Unique identifier in each table that links that table to at least one other
Primary key
in one table is the foreign key in another table