This is the insurance provider application that will be used by the Policy Aggregator application for Rest Web Service Calls.
Database Name - insuranceproviderdatabase
Table Name - insurance_provider_policies
use the below command to insert data into the table
insert into insurance_provider_policies values(1,30,15000,'HDFC','Health',50,'HDFC Health Insurance Plan 1',75);