in Databases
470 views
0 votes
0 votes
Consider the relational database shown below. Give an SQL DDL definition
of this database. Identify referential-integrity constraints that should hold,
and include them in the DDL definition.

employee (employee name, street, city)
works (employee name, company name, salary)
company (company name, city)
manages (employee name, manager name)
in Databases
470 views

Please log in or register to answer this question.

Related questions