QUESTION NO:1111119.

QUESTION NAME: Query SRM CARE - Name.

TABLE DESCRIPTION:
Query all attributes CITY table with name as "SRMCARE".

CODE:
select * from city where name ='srmcare' ;