Create a table with at least 5 fields and two different types. Look at the queries I am asking for before you create the table. Run them in MySQL and show the results.
Queries:
1) Query for three things in an OR relationship.
2) Query for three things in an AND relationship.
3) Query for two things OR two other things.
4) Query for one thing that has to be true and either of three other things.
5) Query for two things OR one other thing.