Code WHERE and check if the priority property has the value 'high'.
WHERE
priority
'high'
Make sure to type WHERE priority = 'high'.
WHERE priority = 'high'