Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Given the following table called 'forSale: a. [3] Write a SQL statement that returns the Address and Owner of all houses that have a
Given the following table called 'forSale": a. [3] Write a SQL statement that returns the Address and Owner of all houses that have a price not less than $250,000 and SqFt not less than 2000. Write the results in the form of a table. b. [2] 103 is sold to Susan Saran. Write a SQL statement that updates the table. c. [2] Write a SQL statement that adds a record to the table for a property with ID 200 at 202 Clarke St., 1200 SqFt. The price is 200,000 and it belongs to Joe Smith. d. [3] Write a SQL statement that returns the ID, Address, and Owner of all properties that belong to the Smith family. Write the results in the form of a table. ID 103 155 165 180 Address 470 Lindquist St. 12 Ridge Circle 940 Midway Dr. 1200 Main St. SqFt Price 1500 786000 2000 957900 Alice Perez 1800 834100 2200 999000 Owner James Owens Robert Gallant John Smith
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