Consider the following relations and write down expressions for the following queries:
EMP (eid, ename, age, address, salary)
Works (eid, did, hours)
Dept (did, dname, managerid)
Insufficient information. We are just assuming the Relation Works as Works (eid, did, hours, budget).
Hence the answer will be as follows:
Explain how to reduce a relationship set of an E-R diagram into relational schema.
Write an program to generate Pascal’s triangle.
What is linear searching?