Revising the Select Query I

  • + 0 comments

    MYSQL

    SELECT * FROM CITY Where COUNTRYCODE = 'USA' AND POPULATION > 100000;