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.
- Prepare
- SQL
- Basic Select
- Select All
- Discussions
Select All
Select All
Sort by
recency
|
395 Discussions
|
Please Login in order to post a comment
for the second task we shall write as follow select NAME from CITY WHERE COUNTRYCODE = 'USA' AND POPULATION> 120000
for the first task we shall write as follow select * from CITY WHERE COUNTRYCODE = 'USA' AND POPULATION> 100000
SELECT * FROM CITY;
Here is we need to learn first before sql about - DBMS Applications
SELECT *FROM CITY;