Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases

https://teamtreehouse.com/library/querying-relational-databases/subqueries/subqueries

In a car database there is a Sale table with columns, SaleID, CarID, CustomerID, LocationID, SalesRepID, SaleAmount and SaleDate and a Customer table with columns, CustomerID, FirstName, LastName, Gender and SSN. Use a subquery as a derived table to show all sales to female ('F') customers. Select all columns from the Sale table only.

1 Answer

Steven Parker
Steven Parker
231,127 Points

:mailbox_with_mail: Hi, I got your request. But I don't see anything but the challenge instructions here.

At least give it your best "good faith" try, and then if you have trouble be sure to show your query. It would also be helpful to provide a link the course page you are working with.