How to insert multiple records if not exists in table
Hi.I have one table with columns, "Book", "Chapter".
Also, I have one screen from where, user can send records in bulk for insertion in above table.
I want to write a query to insert bulk records if not exists by comparing 2 columns.
Please help me.