Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Conversation

mhallaq
Copy link

@mhallaq mhallaq commented Feb 15, 2023

Volunteers: Are you marking this coursework? You can find a guide on how to mark this coursework in HOW_TO_MARK.md in the root of this repository

Your Details

  • Your Name:
  • Your City:
  • Your Slack Name:

Homework Details

  • Module:
  • Week:

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?

Copy link

@Dominic-Taylor-Dev Dominic-Taylor-Dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. I don't think there's anything I can teach you about SQL. Ask someone like Keith if you feel you need to be stretched more

@@ -35,16 +36,146 @@ Open the file `cyf_ecommerce.sql` in VSCode and examine the SQL code. Take a pie
Once you understand the database that you are going to work with, solve the following challenge by writing SQL queries using everything you learned about SQL:

1. Retrieve all the customers' names and addresses who live in the United States

```sql
SELECT name, address

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, you decided to capitalise between Weeks 1 and 2 :) Nice!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants