1. Write a SQL statement to display the Major of the student with no duplications. Write a SQL statement to display the First and Last name of students who live in the Zip code 88888. Write a SQL statement to display the First and Last name of students who live in the Zip code 88888 and have the major of Biology. Write a SQL statement to display the First and Last name of students who live in the Zip code 88888 or 88808. Do not use IN.
Write a SQL statement to display the First and Last name of students who have the major of Biology or Math.