Consider the following relations for a database that keeps track of orders: orderLines(lineNumber, productID,orderNumber,quantity) products (productID,productName,price,categoryID) orders(OrderNumber,customerID,order Date) categories(categoryID,categoryDescription) List the foreign keys that are in these relations (The FKs are not currently identified any attributes are foreign keys to relations that are not listed above. There are three relationships in the above four relations. One of the relationships is orderLines and products, the second is between orderLines and orders, and the third products and categories. Specify the attributes that would be foreign keys in these relations.

A Guide to SQL
9th Edition
ISBN:9781111527273
Author:Philip J. Pratt
Publisher:Philip J. Pratt
Chapter2: Database Design Fundamentals
Section: Chapter Questions
Problem 3TD
icon
Related questions
Question
100%
Consider the following relations for a database that keeps track of orders:
orderLines(line Number, productID,order Number, quantity)
products(productID, productName, price,categoryID)
orders (OrderNumber,customerID,orderDate)
categories(categoryID,categoryDescription)
List the foreign keys that are in these relations (The FKs are not currently identified). Do not list
any attributes are foreign keys to relations that are not listed above.
There are three relationships in the above four relations. One of the relationships is between
orderLines and products, the second is between orderLines and orders, and the third is between
products and categories.
Specify the attributes that would be foreign keys in these relations.
Do not assume any attributes are foreign keys to relations that are not listed above.
for as many foreign keys as are
Show your answer as relation (attributeName)
necessary
Transcribed Image Text:Consider the following relations for a database that keeps track of orders: orderLines(line Number, productID,order Number, quantity) products(productID, productName, price,categoryID) orders (OrderNumber,customerID,orderDate) categories(categoryID,categoryDescription) List the foreign keys that are in these relations (The FKs are not currently identified). Do not list any attributes are foreign keys to relations that are not listed above. There are three relationships in the above four relations. One of the relationships is between orderLines and products, the second is between orderLines and orders, and the third is between products and categories. Specify the attributes that would be foreign keys in these relations. Do not assume any attributes are foreign keys to relations that are not listed above. for as many foreign keys as are Show your answer as relation (attributeName) necessary
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Dataset
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr