You can use join clause in SQL to get the desired results.
https://learn.microsoft.com/en-us/sql/relational-databases/performance/joins?view=sql-server-ver15
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have multiple tables in which after joining I want the result as per below table. We have 5 fields: A,B,C,D,E Logic: There is 1:N relation means for every B we have some multiple E.
I want a output as per below
You can use join clause in SQL to get the desired results.
https://learn.microsoft.com/en-us/sql/relational-databases/performance/joins?view=sql-server-ver15