Code a condition to exclude the companies item with the name property 'Hyped' from the result table.
companies
name
'Hyped'
Make sure to pick WHERE, followed by name <> 'Hyped'.
WHERE
name <> 'Hyped'