Click here to Skip to main content
15,887,350 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: what's your SQL resources (beginner) Pin
bryanren28-Feb-24 4:49
bryanren28-Feb-24 4:49 
AnswerRe: what's your SQL resources (beginner) Pin
jochance27-Feb-24 7:57
jochance27-Feb-24 7:57 
AnswerRe: what's your SQL resources (beginner) Pin
Gerry Schmitz27-Feb-24 9:29
mveGerry Schmitz27-Feb-24 9:29 
AnswerRe: what's your SQL resources (beginner) Pin
Sander Rossel27-Feb-24 22:26
professionalSander Rossel27-Feb-24 22:26 
AnswerRe: what's your SQL resources (beginner) Pin
Mircea Neacsu28-Feb-24 1:53
Mircea Neacsu28-Feb-24 1:53 
AnswerRe: what's your SQL resources (beginner) Pin
MSBassSinger28-Feb-24 3:51
professionalMSBassSinger28-Feb-24 3:51 
AnswerRe: what's your SQL resources (beginner) Pin
nickpreston2428-Feb-24 5:14
nickpreston2428-Feb-24 5:14 
AnswerRe: what's your SQL resources (beginner) Pin
StatementTerminator28-Feb-24 11:50
StatementTerminator28-Feb-24 11:50 
If you're familiar with how joins work but are having problems figuring out how to use them in a particular query, it might be good to back up and look at the structure of the database you're working with. For instance, do you even have a good key to join on?

A poor DB structure with a lack of normalization can make joins difficult or even impossible. If that's the problem, one way around it is to throw the data into temp tables with the correct structure you need for the joins and query against that.

Speaking of which, in a addition to learning about SQL it's also a very good idea to learn the fundamentals of database design if you haven't already. Knowing about things like normalization, keys, and indexing really helps when writing SQL.
GeneralWordle 983 Pin
Sandeep Mewara26-Feb-24 16:17
mveSandeep Mewara26-Feb-24 16:17 
GeneralRe: Wordle 983 Pin
GKP199226-Feb-24 17:47
professionalGKP199226-Feb-24 17:47 
GeneralRe: Wordle 983 Pin
OriginalGriff26-Feb-24 20:16
mveOriginalGriff26-Feb-24 20:16 
GeneralRe: Wordle 983 Pin
Sander Rossel26-Feb-24 20:28
professionalSander Rossel26-Feb-24 20:28 
GeneralRe: Wordle 983 Pin
HobbyProggy26-Feb-24 20:36
professionalHobbyProggy26-Feb-24 20:36 
GeneralRe: Wordle 983 Pin
Amarnath S26-Feb-24 20:53
professionalAmarnath S26-Feb-24 20:53 
GeneralRe: Wordle 983 - 3 4 me Pin
pkfox26-Feb-24 21:11
professionalpkfox26-Feb-24 21:11 
GeneralRe: Wordle 983 Pin
ChandraRam26-Feb-24 21:32
ChandraRam26-Feb-24 21:32 
GeneralRe: Wordle 983 Pin
Cp-Coder27-Feb-24 0:05
Cp-Coder27-Feb-24 0:05 
GeneralRe: Wordle 983 Pin
pkfox27-Feb-24 0:09
professionalpkfox27-Feb-24 0:09 
GeneralRe: Wordle 983 Pin
StarNamer@work27-Feb-24 2:58
professionalStarNamer@work27-Feb-24 2:58 
NewsGonna share with y'all the secret to short term trading. PinPopular
Jeremy Falcon26-Feb-24 14:43
professionalJeremy Falcon26-Feb-24 14:43 
GeneralRe: Gonna share with y'all the secret to short term trading. Pin
jmaida26-Feb-24 16:35
jmaida26-Feb-24 16:35 
GeneralRe: Gonna share with y'all the secret to short term trading. Pin
Jeremy Falcon27-Feb-24 14:37
professionalJeremy Falcon27-Feb-24 14:37 
GeneralRe: Gonna share with y'all the secret to short term trading. Pin
RickZeeland26-Feb-24 19:20
mveRickZeeland26-Feb-24 19:20 
GeneralRe: Gonna share with y'all the secret to short term trading. Pin
MarkTJohnson27-Feb-24 2:58
professionalMarkTJohnson27-Feb-24 2:58 
GeneralRe: Gonna share with y'all the secret to short term trading. Pin
Jeremy Falcon27-Feb-24 14:38
professionalJeremy Falcon27-Feb-24 14:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.