Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need answers for questions 9,10,11 2.the ACME Machine Shop is a small job shop that does machining of components for custom hat assemble fished

I need answers for questions 9,10,11 image text in transcribed
image text in transcribed
image text in transcribed
2.the ACME Machine Shop is a small job shop that does machining of components for custom hat assemble fished products. The cusomers give ACME engiing drawngs of part and request production of parts from ACME as needed. The manager of the machine sh used a database to try to organize some basic information on the customers parts and their machining requirements as well as scheduling information based on orders. The tables and their design requirements are shown here. The meaning of the tables is as follows: PART-The parts produced by ACME PROCESS_ PLAN-The operations that must be performed to manufacture the parts MACHINE-The machines used to manufacture the parts SCHEDULE-A set of production schedules for part manufacture CREATE TABLE PART [PART NO] CHAR(4). CHAR (20) CHAR(10), MATERIAL ID] PROCESS PLAN ID CHAR(10) DRANING_NO] CONSTRAINT [INDEX!] PRIMARYKEY (PART-Noh CREATE TABLE PROCESS PLAN (t OP NO] OP DESc] [MACHINE ID TOOLING ID [STD-SU_AN) CHAR (10), CHAR(10), SMALLINT CHAR(20) CHAR(S) CHAR(5), SMALLINT SMALLINT, CONSTRAINT (INDEX2] PRIMARY KEY (PROCESS PLANID, OP_NO) CREATE TABLE HACHINE CHAR(5), CHAR(20), CONSTRAINT [INDEX3) PRIMARY KEY (MACHINE ID)): CREATE TABLE SCHEDULE ISCHEDULE ID PART_NO] S LOT SIZE) S_RELEASE DATE] TS COMPLETION DATE] COMSTRAIINT (INDEX4] PRIMARY KEY (SCHEDULE_ID)) CHAR(5). CHAR(4). DATE, MACHINE MI &L Turet lathe Milwaukee Cress Turret Bridge port Saw M4 MS M5 JL Profiler Cincinnati Grinder Yamaguc i Dri Bridge port Mi MB The Relational Database Model PART PART N 1010 1015 ART-DESCTMAT L ROCE DRAWNERO RM302 RM210 RM501 PP125 Pp101 PP280 Mounting Bracket RM601 Pp105 1015 S214 PROCESS PLAN PP101 PP101 PP105 1 cut round stock M4 2 profle cam M5 3 dill pin hole M cut bar stock 2 plane slotM2 PP105 PP125 PP125 3drill mountingM 1cut round stock M4 turn round fnish grind M 1cut round stock M4 2furn stockMt icut plate turn round stock I cut round stock Me PF250 PP250 finish grind mill suface drill holes MB (a) Create the database and tables in Access DBMS. (b) Write the SQL code that will generate answers to the following questions: (1) List all the entries from the parts table. (2) List the instances of parts that use raw material RM302. (3) List the instances of all parts, alphabetically ordered by part description. (4) List the instances of all schedules with lot sizes greater than 15 (5) List the instances of all parts that require machine M1. (6) List the machines and their average, minimum, and maximum unit machining times. (7) For each schedule, list the schedule ID, part number, operation number, machine ID sctup time, total machining time, and total time (setup plus machining). Be sure that each attribute column has a title. 57 The Relational Database Model (8) List the tooling that is used with each raw material without repetition in the tuple. (9) List the schedule release date, part number that will be machined, and machine ID (10) List the part number and machine ID that will be used in production on schedule (I1) List just the machine ID (without duplication) that will be used by schedules released (12) Using a query/subquery, list all the part numbers that have operations with a setup (13) List the material ID and the number of pieces of raw material that will be required that will he used by schedule release date descending. release date 4/1/06. on 4/1/06 time greater than 8 minutes. for all the scheduled job releases on 4/1/06

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

Main Memory Database Systems

Authors: Frans Faerber, Alfons Kemper, Per-Åke Alfons

1st Edition

1680833243, 978-1680833249

More Books

Students also viewed these Databases questions

Question

Is short-selling good for the stock markets?

Answered: 1 week ago