Page 1 of 1

A developer has a datatable "dt_Companies" containing data for numerous companies. In the datatable, "RevenueSize" is a

Posted: Wed Mar 15, 2023 5:19 am
by answerhappygod
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 needs to filter the datatable to obtain only companies that were founded after the year 2010 and also have revenues less than 500,000 USD.
What represents the configuration of the Filter Wizard of the Filter Data Table activity to obtain the output into the datatable, "dt_FilterCompanies"?

A.
B.
C.
D.