[ad_1]
select * from tbl_Service where sId not in (select ser_Id from tbl_quat_ID where quat_Id != <qID>)
i hope qID is passed from application side.. you just need to append the string to pass proper value there
1
[ad_2]
solved SQL JOIN for three tables