278 views
0 votes
0 votes
Give an SQL schema definition for the employee database.
Choose an appropriate domain for each attribute and an appropriate primary
key for each relation schema.

here is database

employee (employee name, street, city)
works (employee name, company name, salary)
company (company name, city)
manages (employee name, manager name)

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
ajaysoni1924 asked Mar 30, 2019
727 views
Rewrite the where clausewhere unique (select title from course)without using the unique construct.
0 votes
0 votes
0 answers
2
0 votes
0 votes
1 answer
3