Skip to content

Halyna R.#5

Open
halyna1995 wants to merge 1 commit into
HackYourAssignment:mainfrom
halyna1995:week-9-sql-assignment
Open

Halyna R.#5
halyna1995 wants to merge 1 commit into
HackYourAssignment:mainfrom
halyna1995:week-9-sql-assignment

Conversation

@halyna1995

Copy link
Copy Markdown

Complete week 9 SQL assignment

Comment thread validation_queries.sql
FROM nyc_taxi.raw_trips AS t
LEFT JOIN nyc_taxi.raw_zones AS z
ON t.pickup_location_id = z.location_id
WHERE t.pickup_location_id IS NOT NULL

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The join already make sure the left side is never null, so this statement doesn't hurt but is not strictly needed.

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