Filter a lookup table
The `problems` dataset has columns problem_id, problem_name, category, and severity. Return only the problems with severity "high".
The `problems` dataset has columns problem_id, problem_name, category, and severity. Return only the problems with severity "high".