HOTSPOT -
A developer has a datatable, dt_Companies, containing data for numerous companies. In the datatable, RevenueSize is a numeric column representing the current revenue in USD and YearFounded is a numeric column representing the year the company was founded. The developer does not want companies with both of the following conditions to appear in dt_FilterCompanies:
Companies that were founded before the year 2010
Companies having revenues of 500,000 USD or less
Instructions: Using the drop-down lists for Column, Operation, and Value, configure the Filter Wizard of the Filter Data Table activity to place the filtered results in dt_FilterCompanies.