Commit cbf977d0 by Trevor Austin

Resolve merge conflict

parents 2f8ee674 8fb21a5d
Showing with 5 additions and 2 deletions
scp -i ~/.ssh/mpcs52553-2.pem -r examples/* ec2-user@mpcs52553-2.com:/var/www/html
scp -i ~/.ssh/mpcs52553-2.pem -r exercise_3/* ec2-user@mpcs52553-2.com:/var/www/html
scp -i ~/.ssh/mpcs52553-2.pem -r examples/* ec2-user@uchicagowebdev.com:/var/www/html
scp -i ~/.ssh/mpcs52553-2.pem -r exercise_3/* ec2-user@uchicagowebdev.com:/var/www/html
......@@ -188,6 +188,9 @@ https://en.wikipedia.org/wiki/LAMP_(software_bundle)
`select * from posts;`
`select * from comments;`
`insert into books (Title, SeriesID, AuthorID)
VALUES ("Lair of Bones", 2, 2);`
---
# Databases: JOIN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment