Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Exercise 6.5.1: Write the following database modifications, based on the database schema Product (maker, model, type) PC(model, speed, ram, hd, price) Laptop (model, speed, ram,
Exercise 6.5.1: Write the following database modifications, based on the database schema Product (maker, model, type) PC(model, speed, ram, hd, price) Laptop (model, speed, ram, hd, screen, price) Printer(model, color, type, price) of Exercise 2.4.1. Describe the effect of the modifications on the data of that exercise a) Using two INSERT statements, store in the database the fact that PC model 1100 is made by manufacturer C, has speed 3.2, RAM 1024, hard disk 180, and sells for $2499. c) Delete all PC's with less than 100 gigabytes of hard disk. e) Manufacturer A buys manufacturer B. Change all products made by B so they are now made by A
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started