We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Revising the Select Query I
Revising the Select Query I
Sort by
recency
|
863 Discussions
|
Please Login in order to post a comment
Thanks for this information which you shared in this blog. Gold365
how to delete the already exsisting table
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
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
SELECT * FROM CITY WHERE COUNTRYCODE = 'USA' AND POPULATION >100000;