QUESTION NO:1111111

QUESTION NAME: Query ID Less than 3000

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

CODE:
select ID,NAME,COUNTRYCODE from city where id>3000 ;