Revising the Select Query I

  • + 0 comments

    SELECT * From CITY WHERE POPULATION > 100000 AND COUNTRYCODE = 'USA',

    This is my answer but when I run code it's said it's wrong.