select case is_full_time when is_full_time = 1 then "true" when is_full_time = 0 then "false" end from students;