QUESTION NO:1111116.
QUESTION NAME: Display the Population more than 100000.TABLE DESCRIPTION:
Query all columns in CITY with populations larger than 100000.
CODE:
select * from CITY where POPULATION>=100000;
QUESTION NO:1111116.
QUESTION NAME: Display the Population more than 100000.
0 Comments