You are viewing a single comment's thread. Return to all comments →
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.
Seems like cookies are disabled on this browser, please enable them to open this website
Revising the Select Query I
You are viewing a single comment's thread. Return to all comments →
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.