.Consider the relational database & perform the queries for the following: Employee (person_name, street, city) Works(person_name, company_name, salary) Company(company_name, city) Manages(person_name, manager_name) i)Give the scheme definition in SQL corresponding to the relational schema shown in relational database, using references to express foreign –key relationship. ii)Find the company with the most employee. iii)Find the company with smallest salary.
Well i don't know the answer. But i see an identical question here.. http://www.sgbau.ac.in/becs3to8.htm under 8SR3 Advanced Database management system... is this your homework?