Which query selects items where the destination property isn't 'Rome'?

The second one, because it uses the inequality operator <>The first one, because it uses the equality operator =Both of them

The second one, because it uses the inequality operator <>.