Search Results

0
votes

[SQL] What’s the best way to get related data from their ID’s in a single query?

All great answers but the questioner specified they didn't want to use joins. As one respondent demonstrated, assuming your Cities, States, and Countries tables have an Id and a Description field …
0
votes
0
votes

SQL Select Convention

I prefer the first version but with some indentation on the JOIN clause to show that it's part of the FROM clause. I found this …