Skip to content

ISYS4283/peer-reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

Releases

No releases published

Packages

No packages published

Languages