Database Flashcards
1
Q
Primary Key
A
Primary key fields hold values that will be unique for each record or entity in the table
2
Q
Foreign Key
A
Primary key from one table that is used in another table
3
Q
Validation
A
- Helps to reduce data entry errors
- It is used to check that data entered in a field is acceptable/meets the critera when compared to criteria set in the database design
4
Q
One to many relationship
A
In a one-to-many relationship, one record in a table can be associated with one or more records in another table