PwC Interview Question

Write a linq query to join two tables

Interview Answer

Anonymous

Aug 9, 2024

from a in table1 join b in table2 on a.id equals b.id select a.name, b.degree