Question: DATABASE SYSTEMs, SQL Consider the following relational model: Employee(employeeID, firstname, lastname, country) Project(projectID, name, country) Worked(employeeID, projectID, date) For the following exercises, use your docker

DATABASE SYSTEMs, SQL
Consider the following relational model:
Employee(employeeID, firstname, lastname, country)
Project(projectID, name, country)
Worked(employeeID, projectID, date)
For the following exercises, use your docker container.
Discussion: 20.01.2021
a) (0points)Createanewdatabasenamedprojectsandchoosethisdatabaseforthefollowing exercises.
b)Create all tables by formulating all necessary DDL statements. Assume corre- sponding data types, define all primary and foreign keys properly and use automatically com- puted values for the IDs.
c) Fill the tables Employee and Project with meaningful test data using DML state- ments. Insert at least 3 tuples per table, whereby one employee should have the name Donald Duck, and one project should have the name DB exercises.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!