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 transcribedimage 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, 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

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

Step: 3

blur-text-image

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

Oracle Database Foundations Technology Fundamentals For IT Success

Authors: Bob Bryla

1st Edition

0782143725, 9780782143720

More Books

Students also viewed these Databases questions

Question

Design a training session to maximize learning. page 296

Answered: 1 week ago

Question

Design a cross-cultural preparation program. page 300

Answered: 1 week ago