Query Run
select * from category where cat_title IN ('Living_people', 'Dead_people', 'People'); 4 months ago
select * from category where cat_title IN ('Living_people', 'Dead_people'); 4 months ago
select * from category where cat_title = 'Living_people'; 4 months ago
select * from category where cat_title = 'Livinb_people'; 4 months ago