Query Run
select distinct cat_title from category where cat_title LIKE 'song%' limit 10 4 years ago
select distinct cat_title from category where cat_title LIKE 'compos%' limit 10 4 years ago
select distinct cat_title from category where cat_title LIKE 'composer' limit 10 4 years ago
select distinct cat_title from category where cat_title ~* 'composer' limit 10 4 years ago
select distinct cat_title from category limit 10 4 years ago
select distinct cat_title from category limit 10 4 years ago