Revising the Select Query I

  • + 0 comments

    For MySQL Platform

    SELECT * FROM city
    WHERE countrycode = "USA" and population > 100000;