Consider the following employee database

Consider the following employee database. (RGPV 2019) Employee (empname,street, city)  work (empname,companyname,salary)  company (companyname,city)  manages (empname,management).  Give an expression in the SQL for each request. … Read more

Explain the concepts of Generalization and Aggregation with appropriate examples.

Explain the concepts of Generalization and Aggregation with appropriate examples. (RGPV 2019) Ans. Generalization: Entities with common attributes can be merged into a generic or super type … Read more