Code WHERE and a condition that checks whether the destination property is not equal to 'Paris'.
WHERE
destination
'Paris'
Make sure to type WHERE destination <> 'Paris'.
WHERE destination <> 'Paris'