QUESTION NO: 1111120.

QUESTION NAME:  Query NAME, COUNTRY GREATHER 4000.

TABLE DESCRIPTION:
Query the NAME and COUNTRY CODE of CITY Table where ID is greater than 4000.

CODE:
select NAME,COUNTRYCODE from city countrycode  where ID >=4000 ;