Ex,
                
                student(std_id*, std_name, std_school)
                
                school(sch_id*, sch_name)
                
                studentschool(std_id*, sch_id*)
            
                Note,
                
                Use * symbol to mark keys.