How to Insert with Circular References & Constraints using PostgreSQL
12 Apr 2020 - PostgreSQL, SQL
Recently, while using my favorite database, I faced a SQL issue while trying to insert rows in two tables referencing
each other with NOT NULL
& Foreign Key
constraints while using a single transaction.