Click here to Skip to main content
15,896,111 members
Home / Discussions / Database
   

Database

 
GeneralRe: Combine 2 unrelated tables Pin
Mark J. Miller22-Feb-08 9:54
Mark J. Miller22-Feb-08 9:54 
GeneralCrystal Report with Ms SQL Server Pin
Member 367504722-Feb-08 0:58
Member 367504722-Feb-08 0:58 
GeneralAddress database schema Pin
pmpdesign21-Feb-08 15:44
pmpdesign21-Feb-08 15:44 
GeneralRe: Address database schema Pin
Christian Graus21-Feb-08 16:31
protectorChristian Graus21-Feb-08 16:31 
GeneralRe: Address database schema Pin
pmpdesign21-Feb-08 17:29
pmpdesign21-Feb-08 17:29 
GeneralRe: Address database schema Pin
Mark Churchill24-Feb-08 13:13
Mark Churchill24-Feb-08 13:13 
GeneralRe: Address database schema Pin
pmpdesign24-Feb-08 14:21
pmpdesign24-Feb-08 14:21 
GeneralRe: Address database schema Pin
GuyThiebaut21-Feb-08 22:29
professionalGuyThiebaut21-Feb-08 22:29 
My answer to your question is that there is no really elegant schema as by creating database fields one generalizes and there will be specific instances that do not fit into that generalization.

Here is a schema I use and has worked well for years:

Name,
Address1,
Address2,
Address3,
Region,
ZIP,
Country

Because the schema is a generalization the work has to be done at the reporting level i.e. moving data up one line if a column contains a null value.
Also the data is only as good as the people typing it in - so if someone types a country into the region column there is not much you can do.

You always pass failure on the way to success.


GeneralIssue with Testing result of SQL SELECT Pin
Brian C Hart21-Feb-08 11:57
professionalBrian C Hart21-Feb-08 11:57 
QuestionRe: Issue with Testing result of SQL SELECT Pin
pmarfleet21-Feb-08 12:38
pmarfleet21-Feb-08 12:38 
GeneralRe: Issue with Testing result of SQL SELECT Pin
Hesham Amin21-Feb-08 22:33
Hesham Amin21-Feb-08 22:33 
GeneralPlease, Someone help me to solve this problem as soon as possible!!! Pin
yunussheikh200721-Feb-08 6:48
yunussheikh200721-Feb-08 6:48 
GeneralRe: Please, Someone help me to solve this problem as soon as possible!!! Pin
Hesham Amin21-Feb-08 9:51
Hesham Amin21-Feb-08 9:51 
GeneralRe: Please, Someone help me to solve this problem as soon as possible!!! Pin
Christian Graus21-Feb-08 16:14
protectorChristian Graus21-Feb-08 16:14 
GeneralRe: Please, Someone help me to solve this problem as soon as possible!!! Pin
ChandraRam25-Feb-08 0:59
ChandraRam25-Feb-08 0:59 
GeneralCeating Trigger Pin
kibromg21-Feb-08 6:24
kibromg21-Feb-08 6:24 
GeneralRe: Ceating Trigger Pin
Hesham Amin21-Feb-08 9:40
Hesham Amin21-Feb-08 9:40 
QuestionUpdate with two tables, a correlated subquery? Pin
Ben Dessau21-Feb-08 5:06
Ben Dessau21-Feb-08 5:06 
AnswerRe: Update with two tables, a correlated subquery? Pin
Mike Dimmick22-Feb-08 1:09
Mike Dimmick22-Feb-08 1:09 
Questionhow to convert char to time Pin
Sachin Pimpale20-Feb-08 23:09
Sachin Pimpale20-Feb-08 23:09 
AnswerRe: how to convert char to time Pin
Hesham Amin21-Feb-08 9:50
Hesham Amin21-Feb-08 9:50 
GeneralSql Pin
senthilsstil20-Feb-08 21:19
senthilsstil20-Feb-08 21:19 
GeneralRe: Sql Pin
Hesham Amin21-Feb-08 9:35
Hesham Amin21-Feb-08 9:35 
GeneralRe: Sql Pin
Dave Kreskowiak21-Feb-08 9:44
mveDave Kreskowiak21-Feb-08 9:44 
QuestionHow do I update records in one table with values supplied by another. Pin
Steven J Jowett20-Feb-08 6:09
Steven J Jowett20-Feb-08 6:09 

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.