Skip to content

Assignment one#1

Open
jwpearson94 wants to merge 3 commits intomainfrom
assignment-one
Open

Assignment one#1
jwpearson94 wants to merge 3 commits intomainfrom
assignment-one

Conversation

@jwpearson94
Copy link
Copy Markdown
Owner

< UofT-DSI | SQL - Assignment 1 -->

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

updating assignment1.sql file with queries
added a pdf containing a logical structure diagram
filled in section 4 of assignment.md file

What did you learn from the changes you have made?

how to write syntax in SQL lite

Checklist

  • Create a branch called assignment-one.
  • Ensure that the repository is public.
  • Review [the PR description guidelines and adhere to them
  • Review [the PR description guidelines]

Copy link
Copy Markdown

@Dmytro-Bonislavskyi Dmytro-Bonislavskyi left a comment

Choose a reason for hiding this comment

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

Hi @jwpearson94
Everything fine in general, especially I like that you SELECT named columns instead of using '*'. Just a couple of small modifications needed:
In
Q2 you must sort by (ORDER BY) both last name and first name.
Q7 is missing the requested ORDER BY.
Q9 You wrote >= 2000, but if we want to be precise the task was> 2000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants