- To demonstrate your understanding of objects
- To demonstrate your understanding of operators
- To demonstrate your understanding of user input
- To demonstrate your understanding of strings
#MySQL Lab#
-
Create a addresses database
-
Create two tables within that database: people, home.
-
Add 10 entries into the people table and their respective address' and home numbers to the home table. make sure two or more people share the same address
People table will include:
- First Name - varchar(50) Not Null default ‘’