Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seems mistake with one of the JOIN example #5

Open
rbereziuk opened this issue Nov 12, 2024 · 0 comments
Open

Seems mistake with one of the JOIN example #5

rbereziuk opened this issue Nov 12, 2024 · 0 comments

Comments

@rbereziuk
Copy link

rbereziuk commented Nov 12, 2024

2024-11-12_20-16

https://sqlite.holt.courses/lessons/intermediate-sql/other-types-of-joins

  1. As I understood from (1) the next query should be to select ONLY Artists that don't have an Album. But query (2) selects Artists with and without Album. In video on the screen display only Artists without Album, but if scroll up, also present Artists with Album. Seems in query missing WHERE A.ArtistId IS NULL; part.

  2. Also for me, strange sentence (3) in context of (1) and (2) above. OUTER verb don't add any functionality to query, and we could omit that. But in (3) might get the impression that this verb have effect to filter Artists with albums.

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

No branches or pull requests

1 participant