Click here to Skip to main content
15,886,963 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: a generic question about database table Pin
Gerry Schmitz25-Jan-23 6:19
mveGerry Schmitz25-Jan-23 6:19 
GeneralRe: a generic question about database table Pin
Southmountain25-Jan-23 18:21
Southmountain25-Jan-23 18:21 
GeneralRe: a generic question about database table Pin
Mycroft Holmes25-Jan-23 11:18
professionalMycroft Holmes25-Jan-23 11:18 
GeneralRe: a generic question about database table Pin
yacCarsten25-Jan-23 18:00
yacCarsten25-Jan-23 18:00 
GeneralRe: a generic question about database table Pin
lowracer25-Jan-23 20:50
professionallowracer25-Jan-23 20:50 
GeneralRe: a generic question about database table Pin
MikeCO1026-Jan-23 2:17
MikeCO1026-Jan-23 2:17 
GeneralRe: a generic question about database table Pin
Mark Starr26-Jan-23 4:11
professionalMark Starr26-Jan-23 4:11 
GeneralRe: a generic question about database table Pin
Peter Kelley 202126-Jan-23 4:53
Peter Kelley 202126-Jan-23 4:53 
This mostly applies if it's a relational table. There a lot of excellent responses here, but one topic that I didn't see explicitely mentioned was "Normalization".
Normalize the data. You might need to have a sample of data to work(play) with to understand.
There are better resources to explain normalization further, and *some* SQL books hit the topic early (the good ones, anyway).

Normalization is at the root of what many here have indicated are problems - like too many columns in individual tables! You likely have key fields and data fields repeating all through your data. Even if you can't change the tables, understanding how it isn't normalized will help you understand the data better. (Maybe a future task will let you fix this)

> You'll need to understand the domain. It would be great if you have some people that can get you pointed in the best area. It sounds like there is a lot more complexity than can be dealt with quickly.
> Maybe there's a program that uses that table that might reveal columns content or purpose?
> Review a small sample of data in a dev/work database.
> For longer-term goals
>try to use the right terms too, especially when consulting your database expert. e.g. It might be habit to say 'fields', but in the relational database world it's a 'column'. Stuff like that will make communication more consistent.
> Maintain a group of documents, references for yourself of what you're finding - and share it.

> Topics and terms to be familiar with, or review:
> the different between a data table versus a reference table
> A Many-to-Many relationship and a "Join Table" (sometimes called a "Pin Table" etc. ...but not by me)
I didn't intend to write a book here! You have too much to read here already! I wish you success!
GeneralRe: a generic question about database table Pin
englebart28-Jan-23 3:53
professionalenglebart28-Jan-23 3:53 
GeneralRe: a generic question about database table Pin
Daniel Anderson 20213-Feb-23 5:20
Daniel Anderson 20213-Feb-23 5:20 
Generalbased upon Engineer Pin
rnbergren25-Jan-23 2:43
rnbergren25-Jan-23 2:43 
GeneralRe: based upon Engineer Pin
Southmountain25-Jan-23 2:46
Southmountain25-Jan-23 2:46 
GeneralRe: based upon Engineer Pin
raddevus25-Jan-23 5:42
mvaraddevus25-Jan-23 5:42 
GeneralRe: based upon Engineer Pin
Single Step Debugger25-Jan-23 6:34
Single Step Debugger25-Jan-23 6:34 
GeneralRe: based upon Engineer Pin
peterkmx25-Jan-23 8:10
professionalpeterkmx25-Jan-23 8:10 
RantMust say now Microsoft is annoying me too much... Pin
Joan M24-Jan-23 23:44
professionalJoan M24-Jan-23 23:44 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
Richard MacCutchan24-Jan-23 23:50
mveRichard MacCutchan24-Jan-23 23:50 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
Richard Deeming24-Jan-23 23:59
mveRichard Deeming24-Jan-23 23:59 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
Joan M25-Jan-23 1:42
professionalJoan M25-Jan-23 1:42 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
Single Step Debugger25-Jan-23 3:13
Single Step Debugger25-Jan-23 3:13 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
Jeremy Falcon25-Jan-23 11:38
professionalJeremy Falcon25-Jan-23 11:38 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
Calin Negru25-Jan-23 1:58
Calin Negru25-Jan-23 1:58 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
Joan M25-Jan-23 2:08
professionalJoan M25-Jan-23 2:08 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
obermd25-Jan-23 3:50
obermd25-Jan-23 3:50 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
jschell25-Jan-23 5:46
jschell25-Jan-23 5:46 

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.