Write SQL queries for the PineValley Furniture Company Database to answer the followingquestions:
1. Write a SQL query todisplay order ID and order date for all the orders made bycustomers in the territory of Southwest (use WHEREcommand to join tables).
2. Use sub-query technique to write a SQL queryto display order ID and order date for all the orders made bycustomers in the territory of Southwest.
3. What are the product ID and productdescription for the products with a price larger than the
OR
OR