The second table is the Department entry The attribute is DI
     The second table is the Department entry. The attribute is DID (department 10). The foreign key is  Nom um SQL Query Language to connect the two entities together and print out the following data   
  
  Solution
select s.sid,s.name,s.gpa,d.did from Student s,Department d where e.did=s.did
use the select statement on two tables by equating did(department id)....

