Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Given following relational schema, write expressions of SQL query/Relational algebra to answer the following queries. Relational schema of question 1. Product(model, maker, type) PC(model, speed,

Given following relational schema, write expressions of SQL query/Relational algebra to answer the following queries.

Relational schema of question

1. Product(model, maker, type)

PC(model, speed, ram, hd, price)

Laptop(model, speed, ram, hd, screen, price)

Printer(model, color, type, price)

1. List the models and prices of all Laptop's with the most expensive first.

2. List the model and price of the Laptops with more than 512 KB RAM and faster than 1.60.

3. List all manufacturers who make PCs.

4. List the model and manufacturer of all Laptops costing less than $ 1,000.

5. List the names and models of the manufacturers who make PCs and laptops with speeds greater than 2. 6) Which manufacturers make PCs, but not printers?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Round 0.066 to one decimal place

Answered: 1 week ago