QUESTION NO:1111112

QUESTION NAME: Query India

TABLE DESCRIPTION:Query all attributes of every Indian city in the CITY table.
The COUNTRYCODE for India is IND.

CODE:
select * from city where COUNTRYCODE = 'ind';