I want to write a Query - on a single Table - that will show me all Names for which:
There is a 'B' or 'C' - but no 'A' Plan.
And another Query that will show me if any Name has more than one 'A' Plan.
From the Table below, I would expect to see:
James [no 'A' Plan] - first Query.
Robert [two 'A' Plans] - second Query.
Thanks in advance!!
Name Plan Rate Bob A 100 Bob B 50 Bob C 25 James B 50 James C 25 Robert A 100 Robert A 100 Robert C 25 Robert C 25