Answered step by step
Verified Expert Solution
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
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, jobDate, 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. PurchaseOrder : 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. Jobtype is like Rush job), Average job), B, C, D- Questions)k How many publisher fall into each credit code category?4 List all job type's with at least three printing jobs
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started