Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A mobile product manager wants to build a database to track the teams mobile products. a. Write the SQL Script to create the table for

A mobile product manager wants to build a database to track the teams mobile products.

a. Write the SQL Script to create the table for a Product which needs to contain ProductId (PrimaryKey), Product Name, Product Type (Which can only contain the values Utility, Social or Game), Priority and Delivery Date. Also, write the SQL Script to create the table Developer which contains the Developers ID (Primary Key), SSN, First Name, Last Name , CountryofBirth, Birth Date, Job title, Bonus Amount and the Product ID of the product being developed by the developer. In addition, Review the requirements below: (20pts).

Add a foreign key to ensure the relationship between the tables.

All columns EXCEPT the Ids and names (Product Name, First Name and Last Name) are NULLABLE.

A Product can have multiple developers working on it, but a developer can only work on one product.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases Illuminated

Authors: Catherine M. Ricardo, Susan D. Urban, Karen C. Davis

4th Edition

1284231585, 978-1284231588

More Books

Students also viewed these Databases questions