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

London Class 9 - Farzaneh Haghani - SQL - Week 1 - #243

Open
farzaneh-haghani wants to merge 1 commit into
CodeYourFuture:mainfrom
farzaneh-haghani:main
Open

London Class 9 - Farzaneh Haghani - SQL - Week 1#243
farzaneh-haghani wants to merge 1 commit into
CodeYourFuture:mainfrom
farzaneh-haghani:main

Conversation

@farzaneh-haghani

Copy link
Copy Markdown

Your Details

  • Your Name: Farzaneh Haghani
  • Your City: London
  • Your Slack Name: Farzaneh Haghani

Homework Details

  • Module: SQL
  • Week: 1

Comment thread 2-classes-db/task.md

SELECT date, transaction_no, description, amount
FROM spends
WHERE amount > 30000 AND amount <31000;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

You can also use the BETWEEN operator, but this is fine too.

@JDysiewicz JDysiewicz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

All looks good to me, good job!

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