Revising the Select Query I

Sort by

recency

|

863 Discussions

|

  • + 0 comments

    Thanks for this information which you shared in this blog. Gold365

  • + 0 comments

    how to delete the already exsisting table

  • + 0 comments

    As per given info it is asking for all the column having countrycode as USA and have population over 100000. Here is the my submission

    Select * from CITY where CountryCode = 'USA' and Population > 100000

  • + 0 comments

    Thank you for sharing this! I really appreciate the clear and effective approach to querying the data. Your explanation makes it easy to understand and apply. ekbet 40.com

  • + 0 comments

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