☞ While working with multiple tables you need to check the redundancy and inconsistency of data.
☞ This is done by setting relationships between the tables of a database.
☞ Let us consider an example of a database containing following two tables : Student_Details and Student_Result.
☞ Master table and Master record :The record pertaining to admission number in Student_Details table is considered as master record and the table is called master table.
☞ Transaction table and Transaction record :The corresponding record in the related table Student_Result is called transaction record and the table is called transaction table.
☞ Types of Relationship