Related Questions

Consider the following three relations in a relational database. Employee(eId, Name), Brand(bId, bName), Own(eId, bId) Which of the following relational algebra expressions return the set of eIds who own all the brands? 
A _____ means that one record in a particular record type may be related to more than one record of another record type.
A _____ means that one record in a particular record type is related to only one record of another record type.