Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 538 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 538 Bytes

Peer Reviews

Read the assigned blog posts and score them 0-100 each.

Create a table in your database called peer_reviews using this data definition language. If you need a refresher on how to connect to the database server and execute queries, then refer to the questions-answers video.

Insert your score for each review. For example:

INSERT INTO peer_reviews (post_url, score) VALUES ('https://blog.isys4283.walton.uark.edu/jpucket/?p=7', 97);