Table Emp
 ID Primary Key
 Name
 Birthday
 Addr
 JID Foreign KeyTable Job
 JID Primary Key          
 Name                        
 Dept                         
 BDate                      
 EDate                      表job中的主键JID被当做外键引用在表emp中,这样理解对吗?