reset password
Author Message
jyoung18
Posts: 30
Posted 18:08 Jul 29, 2015 |

Hello Dr. Sun,

I am currently on the last part of Homework 4

(35pt) Apply for a position. An application should include information about the applicant's current job and the list of college and advanced degrees. For this assignment you do not need to implement CV and teaching/research statements.

At this point I have successfully added the application to the database. However, I'm unsure of how to proceed. There are quite a few relationships with the job application. I notice that after the merge the relational tables that are related to my job application table are not updated, is this normal? A friend told me that the relationships should update automatically but I feel that I may have missed something.

 

Thanks for the help!

cysun
Posts: 2935
Posted 18:38 Jul 29, 2015 |

As you friend said, the related tables should be updated automatically. It sounds like there's some bug in your code.