Question: Insert data into the database ( 2 Points ) Insert the following data in the tables using insert into statements: customer: 1 0 0 1
Insert data into the database Points
Insert the following data in the tables using insert into statements:
customer:
Ramas, Alfred, A
Dunne, Leona, K
Smith, Kathy, W
Olowski, Paul,F
Orlando, Myron, NULL,
invoice:
line:
product:
hammer,
chain,
tape,
hanger,
vendor:
Bryson, Smith,
SuperLoo, Anderson, SQL Queries Points
For each of the following, write SQL statement to produce the required output:
List the invoice number and invoice date for all invoices of customer number
List the product number and product quantity for products in invoice number
List all product description and product price supplied by vendor whose vendor contact name is Smith
Produce a list of product description, vendor name, and vendor phone for all products with price less than
For each product bought by a customer, list product description and customer's first name and last name.
How many vendors supplied products that are cheaper than
For each vendor, find the cheapest product.
For each invoice, find the total price.
Find how many products are there in each invoice.
Find how many invoices are made by each customer.
Find how many products are bought by each customer.
Find vendor code, vendor contact and the number of product supplied by each vendorDatabase MySQL using workbenge
please do all the following and step by step show me how to do it as im beginner to this.
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
