Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using this dataset, answer the following questions. Remember, these statements should work, even if the data in the dataset were different: a . ( 2

Using this dataset, answer the following questions. Remember, these statements should
work, even if the data in the dataset were different:
a.(2pt) Write SQL statement(s) to insert a new product called Steam into the Software table. Steam
was made in March of 2015, and works on Windows and MacOS.
b.(2pt) Write SQL statement(s) to change the OS from MacOS to OS X.
c.(2pt) Write SQL statement(s) to find all the Software created after 2002.
d.(2pt) Write SQL statement(s) to remove all the software that works on Linux.
e.(2pt) Write SQL statement(s) to count all the software items that work on each OS, ie (Windows: 5,
Mac: 2, etc).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Language in Context?

Answered: 1 week ago