Challenge #7 How to Filter by a subquery in Incorta (usage of the In-Query) filter
In this Challenge, We need to get the cost and revenue for Customer Sales located in a specific country i.e in "Germany", It should be equivalent to the below SQL statement: SELECT SALES.CUSTOMERS.CUSTOMER_NAME, SALES.COST, SALES.REVENUE FROM SALE...