Coding NOT IN ('History', 'Physics') gives us all items with a major other than 'History' or 'Physics'.
NOT IN ('History', 'Physics')
major
'History'
'Physics'
Make sure to pick NOT IN, followed by ('History', 'Physics').
NOT IN
('History', 'Physics')