I need to delete a record from the table
For one CategoryId I will have several serviceTypes..
Ex: CategoryId = 123 Service types related to this is 1 2 3 4 5
I need a query to delete servicetype 3 to CategoryId 123..
My method will be I will pass
Deleterecord(CategoryId,ServiceTypeId);