QB 2
QB 2
a) Find the names of all employees who work for First Bank Corporation.
b) Find the names and cities of residence of all employees who work for First Bank
Corporation.
c) Find the names, street addresses, and cities of residence of all employees who work
for First Bank Corporation and earn more than $10,000.
d) Find all employees in the database who live in the same cities as the companies for
which they work.
e) Find all employees in the database who live in the same cities and on the same
streets as do their managers
f) Find all employees in the database who do not work for First Bank Corporation.
g) Find all employees in the database who earn more than each employee of Small
Bank Corporation.
h) Assume that the companies may be located in several cities. Find all companies
located in every city in which Small Bank Corporation is located.
i) Find all employees who earn more than the average salary of all employees of their
company.
j) Find the company that has the most employees.
k) Find the company that has the smallest payroll.
l) Find those companies whose employees earn a higher salary, on average, than the
average salary at First Bank Corporation.
15) What is a key ? Describe the difference bw candiatate key, super key, primary key
16) what is a Relationship and explain the different degrees of relationship.
17) what is cardinality . Explain the different types of it in it.
18) what are the different participation constraints?
19) Try to map the relational schema in Figure 6.14 into an ER schema. This is part of a
process known as reverse engineering, where a conceptual schema is created for an existing
implemented database. State any assumptions you make.
20) Below Figure shows an ER schema for a database that can be used to keep track of
transport ships and their locations for maritime authorities. Map this ER diagram into a
relational schema and specify all primary keys and foreign keys.