Microsoft Access - Primary Key

Foreign Key

Foreign Key:

It is used mainly to create relationship between tables.
The foreign key (MentorID) in the Course table is to create a relationship with the Mentor table MentorID (primary key).
The foreign key (CourseID) in the Student table is to create a relationship with the Course table CourseID (primary key).


OWASP WebGoat 6 - Improper Error Handling - Fail Open Authentication Scheme



In this example, an error in the exception handling routine could allow anyone to login without the need to key in a password.