Revising the Select Query II

  • + 0 comments

    The query is simple but here are the problems I faced the resolutions. 1. switch to MySQL 2. do not leave any blank lines, just 1 line of query 3. 12 is follwed by four zeros :) and i kept writing 12000 4. keep the where clause within parenthesis select NAME from CITY where (COUNTRYCODE = 'USA' and POPULATION > 120000);