Fork this repository into your own github profile.
Before finishing the homework assignment:
- Update answers.txt:
- For each question include the SQL statement(s) you wrote to generate the answer.
- For each question include the answer (the sqlite output), if any, to the question asked.
bash ./setup.sh
pgcli databasics
bash ./setup.sh
- How many users are there?
- What are the titles of the 5 most expensive items?
- What's the cheapest item in the
Books
category? - Who lives at 6439 Zetta Hills, Willmouth, WY?
- Correct Virginie Mitchell's address to "New York, NY, 10108".
- How much would it cost to buy one of each item in the
Tools
category? - How many total items did we sell?
- How much was spent on
Books
? - Simulate buying an item by inserting a User for yourself and an Order for yourself.
- What item has the highest total order quantity?
- What user spent the most?
- What were the top 3 highest grossing categories?