Revising the Select Query II

  • + 0 comments

    For MySQL Platform

    SELECT name FROM city
    WHERE countrycode = "USA" and population > 120000;