Revising the Select Query I

  • + 0 comments

    Please try the below mysql code :

    SELECT * FROM CITY WHERE COUNTRYCODE = "USA" AND POPULATION > 100000;