About Question com.enthuware.ets.scbcd.v5.2.210 :
Posted: Sat Mar 19, 2011 10:33 am
There are two valid answers to this question:
1. SELECT e from Employee e WHERE e.Grade='A' and e.Dept IS NOT NULL
2. SELECT e from Employee e WHERE e.Dept IS NOT NULL and e.Grade='A'
Only the first is accepted during evaluation, but the second is shown as correct in Drag & Drop box. Where's logic here?
1. SELECT e from Employee e WHERE e.Grade='A' and e.Dept IS NOT NULL
2. SELECT e from Employee e WHERE e.Dept IS NOT NULL and e.Grade='A'
Only the first is accepted during evaluation, but the second is shown as correct in Drag & Drop box. Where's logic here?