Revising the Select Query II

  • + 0 comments

    In this we have to query only name, on condition of POPULATION and COUNTRYCODE.

    SELECT NAME FROM CITY WHERE POPULATION > 120000 AND COUNTRYCODE = 'USA';