Revising the Select Query I

  • + 1 comment

    SELECT * FROM city WHERE countrycode = 'USA' AND population = 10000;

    i have submited the above query but it is throwing error as wrong answer, please some one help to solve this.