Query Run
select * from category where cat_title like 'Kanye_West_albums' limit 100; 4 years ago
select * from category where cat_title like 'Album%' limit 100; 4 years ago
select * from category where cat_title like '% albums' limit 100; 4 years ago
select * from category where cat_title = 'Kanye West albums' limit 100; 4 years ago
select * from category where cat_title like 'Kanye West albums' limit 100; 4 years ago
select * from category where lower(cat_title) like 'kanye west albums' limit 100; 4 years ago
select * from category where lower(cat_title) like 'Kanye West albums' limit 100; 4 years ago
select * from category where cat_title like 'Albums by%' limit 100; 4 years ago
select * from category where cat_title like 'Albums by Kanye West' limit 100; 4 years ago
select * from category where cat_title like 'Album by Kanye West' limit 100; 4 years ago
select * from category where cat_title like 'Album%' limit 100; 4 years ago
select * from category where cat_title like 'album%' limit 100; 4 years ago
select * from page where page_title = 'Graduation' limit 100; 4 years ago
select * from page limit 100; 4 years ago