I need a 3 table join – Postgresql
This is my parent table acc_detial - ACC_DETIAL example - acc_id 1 2 3 Now i have 3 tables: ORDER EMAIL REPORT Each table contains 100 rows and acc_id are ForeignKey from ACC_DETIAL. In ORDER table I have a columns…