Click here to Skip to main content
15,886,873 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
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 
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 
I work for a finance institution, and our tables are highly un-normalized with all the problems this incurs.
we have many tables with hundreds of columns.

But people in finance are used to excel like spreadsheet and they want to see everything at one place.

I came to that place with a background in databases and I was horrified and still am.
But it is hard to change legacy code AND mentalities. So for better or worse I'm stuck with it.

The best advice I can give you: find the queries people/programs make the most often, this often reveal the «subtables» within the big one.
Also if you have self join that often indicate two tables (or more) sharing the same table data.
Once you have that draw a diagram as if those tables really exist.
If you can create views that represent those tables.
This way you will better understand the «schema»

Quote:
«Il faut imaginer Sisyphe heureux»
Albert Camus

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 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
Joan M25-Jan-23 6:43
professionalJoan M25-Jan-23 6:43 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
dandy7225-Jan-23 8:05
dandy7225-Jan-23 8:05 

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.