Biology Forums - Study Force

Other Fields Homework Help Other Topic started by: DJ on May 10, 2014



Title: What information is available from a relational database containing one relation
Post by: DJ on May 10, 2014
What information is available from a relational database containing one relation with the attributes Name, Employee identification number, and Address that is not available from a database containing two relations, one with attributes Name and Address and the other with attributes Address and Employee identification number? Explain your answer.

This is for my computing programming course


Title: Re: What information is available from a relational database containing one relation
Post by: kode on May 26, 2014
The connection between an employee’s name and identification number may not be available in the second database because two employees may have the same address.


Title: Re: What information is available from a relational database containing one relation
Post by: DJ on Jun 11, 2014
Thanks for the homework help.