Individual SQL homework

To ramp up for your final project, please create select queries on the tables in your project. Please use two tables at least in each of your three queries. You can make any selections you want. The goal is to experiment with your tables using the select statement. Show me your 3 experiments. I just need the select statements.

See these helps pages:

Create a table :

http://dev.mysql.com/doc/refman/4.1/en/creating-tables.html

http://www.tutorialspoint.com/mysql/mysql-create-tables.htm

Insert a row:

http://dev.mysql.com/doc/refman/5.6/en/insert.html

http://www.w3schools.com/sql/sql_insert.asp

select statement

people love sqlzoo: http://sqlzoo.net/wiki/SELECT_basics

http://www.w3schools.com/sql/sql_select.asp

http://dev.mysql.com/doc/refman/5.0/en/select.html