To promote consistency of data let's all name our local databases the same thing so that the scripts will run smoothly
- First table should be the user's name, an id being the primary key, and a salted and hashed password field (we are going to ask them to create accounts)
- Second table script needs the product name, price, url (source) , foreign key referring to id of the first table,