I have a table with three columns:
(JobNo, ProgramId & Status)
JobNo have many ProgramId and each ProgramId has Status
I need to retrieve only those JobNo where all the ProgramId for the same JobNo have Status = "delivered".
From the given image only JobNo (1&4) should be output as only JobNo (1&4) the ProgramId's Status="delivered".
