Meta Interview Question

Q: Perform an appropriate join between three tables to match columns?

Interview Answer

Anonymous

Mar 8, 2022

Left side join for Table A to Table B, then a right side join for Table B to Table C.