Assume that there are Emp and Dept tables.
Emp Table has
EmpID
FirstName
LastName
DeptName
Email
Dept table has
DeptID
DeptName
i have to display all the employee details based on DeptName using CAML query. Can some one share CAML JOINS example for this scenario.
Thank you