this post was submitted on 17 Jun 2023
0 points (50.0% liked)

General Programming Discussion

7711 readers
1 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] zepplenzap@lemmy.sdf.org 0 points 1 year ago* (last edited 1 year ago) (1 children)

It has been years since I wrote any SQL, so I may just be missing something but:

Why is the "As it could be" example for the second example using sub selects?!

Especially the one in the where clause where they are selecting two tables that they already joined in the from clause?

And wouldn't it be quicker to join the review table and use a group by?

[โ€“] yogthos@lemmy.ml -1 points 1 year ago

I think the example is trying to optimize for readability to show that it can be pretty intuitive, but I think you're right.