Page 1 of 1

A developer wants a new data table, dt_Result, that is only populated with common rows found in two data tables, dt_Prev

Posted: Wed Mar 15, 2023 5:19 am
by answerhappygod
A developer wants a new data table, dt_Result, that is only populated with common rows found in two data tables, dt_PreviousEmployees and dt_NewEmployees. Which activity should be used to perform this operation?

A. Sort Data Table
B. Merge Data Table
C. Join Data Table
D. Filter Data Table