Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

Query the NAME field for all American cities in the CITY table with populations larger than 120000. The CountryCode for America is USA.

SELECT NAME FROM CITY WHERE COUNTRYCODE = 'USA' AND POPULATION > 120000;
Source by nifannn.github.io #
 
PREVIOUS NEXT
Tagged: #Query #NAME #field #American #cities #CITY #table #populations #larger #The #CountryCode #America
ADD COMMENT
Topic
Name
2+5 =