Query
What will happen if following query get executed:
select CategoryID, Quantity, Price
from Customer c, SalesOrderDetail sod
where sod.clientid in (select customerid where pricingplan='X')
In this Query options nothing was spoken about pricingplan column.
If...