You are on page 1of 5

LabASSIGNMENT#2

Name: Muhammad Bilal Abbasi

Reg-No:SP19-BCS-059
Section: 4B
QUESTION # 1:

Table Name: Customer_T


Table Name: Product_T

Query Implementation:

Q.No.2. List Product Name, Finish, and Standard Price for all desks and all
tables

that cost more than $300 in the product table.

Q.No.3. List items from product table that have a standard price between $200
and $300.

Q.No.4. List all customers who live in warmer states e.g., FL , TX , CA, NY.

Q.No.5. If Customer_T table has 100 records, write query that returns from

record 21 twenty to record number 50.

SELECT * FROM `Customer_T` WHERE Record BETWEEN 20 and 50


Q.No.6. Find only states with more than one customer.

You might also like