Write the appropriate by using Microsoft SQL for the following with screen shots of the execution. i. Create food and supplierDetails tables as per the above given structure and insert the data to both the tables ii. Create a view that will display the food name and supplier name with supplier location which delivers the food. iii. Increase the prices of all food in the food table by 10%

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...
icon
Related questions
Question

Write the appropriate by using Microsoft SQL for the following with screen shots of the execution.

i. Create food and supplierDetails tables as per the above given structure and insert the data to both the tables

ii. Create a view that will display the food name and supplier name with supplier location which delivers the food.

iii. Increase the prices of all food in the food table by 10%

iv. Write a subquery to find names of supplier whose supplies ‘rice’.

Note: Students are expected to insert records (minimum 5) in each table as per the required structure and include data as per the requirements in the tasks (for example: task 3.a.iv. requires the data ‘rice’ and hence this data should be inserted in the student table)

insert into food values (111, 'rice',9, '2021-09-21', 'SID111');
insert into food values (122, 'Bread',10,'2021-09-22','SID122');
insert into food values (133,'Wheat',4,'2021-09-22','SID133');
insert into food values (144,'Fruites',5,'2021-09-23','SID144');
insert into food values (155, 'meat',3,'2021-09-24', 'SID155');
SELECT * FROM Food;
Transcribed Image Text:insert into food values (111, 'rice',9, '2021-09-21', 'SID111'); insert into food values (122, 'Bread',10,'2021-09-22','SID122'); insert into food values (133,'Wheat',4,'2021-09-22','SID133'); insert into food values (144,'Fruites',5,'2021-09-23','SID144'); insert into food values (155, 'meat',3,'2021-09-24', 'SID155'); SELECT * FROM Food;
Table name: food
Column Name
Data Type
Constraint
foodID
Integer
Primary Key
foodName
Varchar
Not null
foodPrice
Number with three decimals
ExpiryDate
Date
SupplierID
Varchar
Foreign key
Table name: supplierDetails
Column Name
Data Type
Constraint
SupplicrID
SupplierName
varchar
Primary kcy
varchar
Not null
Location
varchar
Not null
Should be atleast 8 digits
PhoneNumber
Numeric
Transcribed Image Text:Table name: food Column Name Data Type Constraint foodID Integer Primary Key foodName Varchar Not null foodPrice Number with three decimals ExpiryDate Date SupplierID Varchar Foreign key Table name: supplierDetails Column Name Data Type Constraint SupplicrID SupplierName varchar Primary kcy varchar Not null Location varchar Not null Should be atleast 8 digits PhoneNumber Numeric
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
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…
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)
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
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY