Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The following tables form part of a database held in a Relational Database Management System for a printing company that handles printing jobs for book

image text in transcribed

image text in transcribed

The following tables form part of a database held in a Relational Database Management System for a printing company that handles printing jobs for book publishers: Publisher (pubID, pubName, street, city, postcode, telNo, creditCode) Book Job (jobID, pubID, jobbate, description, jobType) PurchaseOrder (jobID, POID, poDate) PurchaseItem (jobID, POID, itemID, quantity) Item (itemID, description, onHand, price) In the above, primary keys are underlined. where: Publisher contains publisher details and publD is the key. BookJob: contains details of the printing jobs (books or part books) and jobID is the key Purchase Order: A printing job requires the use of materials, such as paper and ink, which are assigned to a job via purchase orders. This table contains details of the purchase orders for each job and the key is jobID/polD. Each printing job may have several purchase orders assigned to it. Purchaseltem: Each purchase order may contain several PO items. This table contains details of the PO items and jobID/polD/itemID form the key. Item: contains details of the materials which appear in POltem, and the key is itemID. Questions) 1. How many publisher fall into each credit code category? 2. Display the names and phone numbers of all publisher who have a rush job(jobType=R)- 3. Display all job type's with at least three printing jobs The following tables form part of a database held in a Relational Database Management System for a printing company that handles printing jobs for book publishers: Publisher (pubID, pubName, street, city, postcode, telNo, creditCode) Book Job (jobID, pubID, jobbate, description, jobType) PurchaseOrder (jobID, POID, poDate) PurchaseItem (jobID, POID, itemID, quantity) Item (itemID, description, onHand, price) In the above, primary keys are underlined. where: Publisher contains publisher details and publD is the key. BookJob: contains details of the printing jobs (books or part books) and jobID is the key Purchase Order: A printing job requires the use of materials, such as paper and ink, which are assigned to a job via purchase orders. This table contains details of the purchase orders for each job and the key is jobID/polD. Each printing job may have several purchase orders assigned to it. Purchaseltem: Each purchase order may contain several PO items. This table contains details of the PO items and jobID/polD/itemID form the key. Item: contains details of the materials which appear in POltem, and the key is itemID. Questions) 1. How many publisher fall into each credit code category? 2. Display the names and phone numbers of all publisher who have a rush job(jobType=R)- 3. Display all job type's with at least three printing jobs

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

Learn To Program Databases With Visual Basic 6

Authors: John Smiley

1st Edition

1902745035, 978-1902745039

More Books

Students also viewed these Databases questions