SAP HANA SQLScript · Declarative Queries: SELECT, Joins & Filtering
department = 'HR'. What is the dept column? ``` CASE department WHEN 'IT' THEN 'IT dept' WHEN 'SA' THEN 'Sales' END AS dept ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
