Revising the Select Query II

  • + 1 comment

    SELECT * FROM CITY WHERE POPULATION > 120000 AND CountryCode = 'USA';

    Why is it wrong?