QUESTION NO:1111115.

QUESTION NAME: Query ALL DATA 3000.

TABLE DESCRIPTION:
Query all data of the CITY Table where ID is greater than 3000.

CODE:
select * from CITY where ID>3000;