Assignment_4
Assignment_4
--Case statement
select case when video_views > 10000 then 'high' when video_views between 5000 and
10000 then 'medium' else 'low' end as like_counts
from youtube_impressions;
--Insert all the names(employee name, spouse name, father name) from one table into
a single column