3. Add rows to the columns in the Customers table using five of your classmates' personal information. For the CustomerlD, use their Student Numbers. Add the following values to the Vendors table. Modify the existing data types if needed. VendorlD Name V00001 V00002 V00003 Universal Robina Corporation Liwayway Marketing Corporation Monde Nissin ContactNum CityAddress Pasig, MM Pasay, MM Makati, MM 8633-7631 8844-8441 7759-7500 5. Add the following values to the Products table. Modify the existing data types if needed. Quantity 1000 ProductID | Description VendorID PO00101 Jack 'n Jill Piattos V00001 P000102 Jack 'n Jill Nova VO0001 1000 700 850 P001005 Oishi Prawn Crackers V00002 P030007 Nissin Eggnog Cookies V00003
3. Add rows to the columns in the Customers table using five of your classmates' personal information. For the CustomerlD, use their Student Numbers. Add the following values to the Vendors table. Modify the existing data types if needed. VendorlD Name V00001 V00002 V00003 Universal Robina Corporation Liwayway Marketing Corporation Monde Nissin ContactNum CityAddress Pasig, MM Pasay, MM Makati, MM 8633-7631 8844-8441 7759-7500 5. Add the following values to the Products table. Modify the existing data types if needed. Quantity 1000 ProductID | Description VendorID PO00101 Jack 'n Jill Piattos V00001 P000102 Jack 'n Jill Nova VO0001 1000 700 850 P001005 Oishi Prawn Crackers V00002 P030007 Nissin Eggnog Cookies V00003
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
1. Previous laboratory session
CREATE
USE myDB;
CREATE TABLE Customers (
CustomerID int NOT NULL PRIMARY KEY,
FirstName varchar(20),
LastName varchar(20),
Email varchar(20),
Gender varchar(10),
Birthdate date
);
CREATE TABLE Products (
ProductID int NOT NULL PRIMARY KEY,
Description varchar(40),
Quantity int,
Price float,
VendorID int
);
USE myDB;
CREATE TABLE Vendors (
VendorID int NOT NULL PRIMARY KEY,
Name varchar(50),
ContactNum varchar(50),
CityAddress varchar(50)
);
USE myDB;
ALTER TABLE Products
ADD FOREIGN KEY (VendorID) REFERENCES Vendors(VendorID);
![Software Requirement:
Microsoft SQL Server Management Studio 2017 Express or higher
Procedure:
1. Execute the queries from your previous laboratory session.
2. Create queries to perform the next steps.
3. Add rows to the columns in the Customers table using five of your classmates' personal information.
For the CustomerlD, use their Student Numbers.
4. Add the following values to the Vendors table. Modify the existing data types if needed.
VendorlD Name
Vo0001
vo0002
V00003
ContactNum CityAddress
Pasig, MM
Pasay, MM
Makati, MM
Universal Robina Corporation
Liwayway Marketing Corporation
8633-7631
8844-8441
Monde Nissin
7759-7500
5. Add the following values to the Products table. Modify the existing data types if needed.
ProductID Description
P000101
Quantity
1000
VendorID
VO0001
Jack 'n Jill Piattos
Jack 'n Jill Nova
Oishi Prawn Crackers
Nissin Eggnog Cookies
PO00102
1000
VO0001
P001005
700
VO0002
P030007
850
V00003
6. Create UPDATE statements with += and -= operators to add 274 pieces of Nova and deduct 42 pieces
of Eggnog.
7. Determine which products have a quantity of less than 1000.
8. Determine which products have a quantity of less than 1000 then display the product's vendor ID and
name.
9. Delete one (1) record from the Customers table based on a condition.](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F00c56e1c-15d7-481b-9c75-ef5d3534ed66%2Fa53abbb6-0903-403c-b4a0-fa5f36a66dc2%2Fhcuj2ew_processed.png&w=3840&q=75)
Transcribed Image Text:Software Requirement:
Microsoft SQL Server Management Studio 2017 Express or higher
Procedure:
1. Execute the queries from your previous laboratory session.
2. Create queries to perform the next steps.
3. Add rows to the columns in the Customers table using five of your classmates' personal information.
For the CustomerlD, use their Student Numbers.
4. Add the following values to the Vendors table. Modify the existing data types if needed.
VendorlD Name
Vo0001
vo0002
V00003
ContactNum CityAddress
Pasig, MM
Pasay, MM
Makati, MM
Universal Robina Corporation
Liwayway Marketing Corporation
8633-7631
8844-8441
Monde Nissin
7759-7500
5. Add the following values to the Products table. Modify the existing data types if needed.
ProductID Description
P000101
Quantity
1000
VendorID
VO0001
Jack 'n Jill Piattos
Jack 'n Jill Nova
Oishi Prawn Crackers
Nissin Eggnog Cookies
PO00102
1000
VO0001
P001005
700
VO0002
P030007
850
V00003
6. Create UPDATE statements with += and -= operators to add 274 pieces of Nova and deduct 42 pieces
of Eggnog.
7. Determine which products have a quantity of less than 1000.
8. Determine which products have a quantity of less than 1000 then display the product's vendor ID and
name.
9. Delete one (1) record from the Customers table based on a condition.
Expert Solution
![](/static/compass_v2/shared-icons/check-mark.png)
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
Recommended textbooks for you
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
![Concepts of Database Management](https://www.bartleby.com/isbn_cover_images/9781337093422/9781337093422_smallCoverImage.gif)
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
![Prelude to Programming](https://www.bartleby.com/isbn_cover_images/9780133750423/9780133750423_smallCoverImage.jpg)
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
![Sc Business Data Communications and Networking, T…](https://www.bartleby.com/isbn_cover_images/9781119368830/9781119368830_smallCoverImage.gif)
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY