ER-Diagrams to MS Access Flashcards
List the 3 main steps to convert ERD to a Database.
- Create each table (with attributes and appropriate data types.
- Create the relationships (using the relationship table)
- Fill in (populate) the data.
Define referential integrity.
Ensuring the data in a relational database maintains consistency when the data changes. This is achieved through the proper use of primary and foreign keys.
How do you establish referential integrity in MS Access?
Click the “Enforce Referential Integrity” button.
How should the primary key be stored?
As an autonumber, which uses the Long Integer data type.
How should foreign keys be stored?
As Long Integers.
What is normalization?
Converting un-normalized tables into two or more tables. Changes from poorly structured to well-structured databases.
What are the effects of normalized tables?
- Eliminates data duplication
- Slower to process
- Every table has a single topic
What do forms do?
Read, insert, modify and delete data.
What do reports do?
Shows data in structured way, also able to compute some values.
What do queries do?
Find answers to questions regarding data.
Briefly describe metadata/
Data that describes data, makes databases more useful and easier to use.