With AND, items have to satisfy both conditions. In our case, that means students items with major = 'Biology' and year = 1.
AND
students
major = 'Biology'
year = 1
Make sure to pick = followed by 'Biology' and then AND, year = 1.
=
'Biology'