Work in pairs. Start by forking this repo, and making sure you both have access to the fork. Clone the repo to one of your laptops. Pair on this in driver navigator style, but swap around for each task.
For each task below, find a single sql query that returns the correct
result. Add it do this document in the ```sql ```
blocks, plus any notes.
Make sure your changes are commited and pushed when you finish.
-- your SQL goes in here
Remember: You need to write this as a single sql query - you can't look up the channel ID manually first.
Use your email address as part of your WHERE
- don't query by your user id.
10: Create a query that returns the text of each message, the name of the channel it was posted in, and the name of the poster, in chronological order
Hint: there should be the same number of results as there are messages - use this to manually check the results you're getting!