Question: Questions ( each 1 point ) Use the CREATE TABLE command to create a table for the ORDER _ LINE table, with the attributes displayed
Questions each point
Use the CREATE TABLE command to create a table for the ORDERLINE table, with the attributes
displayed in Table see below Remember that ordernum and partnum together comprise this table's
primary key. So define a composite primary key. Ensure that ordernum is a foreign key referencing
the ordernum in ORDERS, and partnum is a foreign key referencing the partnum in PART.
Table : Order Line table
Copy the code you used to create the table and paste it here.
Use the INSERT INTO command to populate the table you created in question Use the data from the
table above to fill in the values. Copy and paste the code you used to populate the table.
Use the SELECT command to display the table you created with the data values in them. Copy
and paste your code.
For the questions below, copy and paste your output see instructions on page
Using a MySQL query, list all the rows for the lowavailability parts. Low availability: If the
number of parts on hand is less than or equal to then we consider there is low availability.
Using a MySQL query, list the description of all the parts with either the price greater than
$ or the description contains two words.
Using a MySQL query, list the descriptions of the parts in the warehouses other than Write
three queries that can answer this question using the following requirements:
a Query should use
b Query should use
c Query should use NOT
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
