Skip to content

london_10|shadi_fakhri|ModuleDataBases|big-spender_week_1 - #70

Open
Shadi38 wants to merge 1 commit into
CodeYourFuture:mainfrom
Shadi38:main
Open

london_10|shadi_fakhri|ModuleDataBases|big-spender_week_1#70
Shadi38 wants to merge 1 commit into
CodeYourFuture:mainfrom
Shadi38:main

Conversation

@Shadi38

@Shadi38 Shadi38 commented Aug 15, 2023

Copy link
Copy Markdown

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

@sonarqubecloud

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@Shadi38 Shadi38 changed the title london_10|shadi_fakhri|ModuleDataBases london_10|shadi_fakhri|ModuleDataBases|big-spider_week_1 Aug 15, 2023
@Shadi38 Shadi38 changed the title london_10|shadi_fakhri|ModuleDataBases|big-spider_week_1 london_10|shadi_fakhri|ModuleDataBases|big-spender_week_1 Aug 15, 2023
Comment thread Big-Spender/readme.md
FROM spends
INNER JOIN suppliers ON suppliers.id = spends.supplier_id
GROUP BY suppliers.supplier, spends.supplier_id
order by supplier_id;q

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Small comment here, keep the consistency for SQL statetments. For example, here the 'order by' is all in lowercase while other statements like 'GROUP BY' or 'INNER JOIN" are all in uppercase. Usually is good practice to keep those in uppercase.

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