Click here to Skip to main content
16,004,919 members
Home / Discussions / Database
   

Database

 
QuestionDynamic Select query issue Pin
montu337720-Jan-07 16:13
montu337720-Jan-07 16:13 
AnswerRe: Dynamic Select query issue Pin
M.H.1.2.321-Jan-07 5:48
M.H.1.2.321-Jan-07 5:48 
QuestionBackup SQL Server DB's from SRV01 over to SRV02 utility... Pin
code-frog20-Jan-07 12:14
professionalcode-frog20-Jan-07 12:14 
AnswerRe: Backup SQL Server DB's from SRV01 over to SRV02 utility... Pin
Paul Conrad20-Jan-07 12:43
professionalPaul Conrad20-Jan-07 12:43 
QuestionUpdate query [modified] Pin
micydon19-Jan-07 22:26
micydon19-Jan-07 22:26 
AnswerRe: Update query Pin
Bassam Saoud19-Jan-07 23:51
Bassam Saoud19-Jan-07 23:51 
AnswerRe: Update query Pin
M.H.1.2.320-Jan-07 5:46
M.H.1.2.320-Jan-07 5:46 
QuestionDatabase Design and Normalization Pin
silvioribeiro19-Jan-07 10:37
silvioribeiro19-Jan-07 10:37 
I’m just starting to learn about database design and normalization, and from what I’ve learned so far, it seemed to me that it would be a good idea to several tables to define an “address” object.
What I mean is:
Instead of having a table called “Address” like:
__________________________
Address
• StreetAddressNumber
• StreetName
• UnitNumber
• ZipCode
• City
• County
• State
• Country
__________________________



I think it is better to have several tables such as:
__________________________
Address
• StreetAddressNumber
• StreetName
• UnitNumber
__________________________
ZipCode
• ZipCodeFiveDigit
• ZipCodeFiveDigit
__________________________
City
• Name
• County
__________________________
State
• Name
• Abbreviation
__________________________
Country
• Name
__________________________

But from what I’ve seen so far, nothing looks like this. Most of the designs I’ve seen have an “Address” entity with all the address information in the same table like the first table you see above.
Am I going too far with normalization? Is there a reason not to do what I’m doing?
Any thoughts?
Thanks in advance,

Silvio.
Smile | :)

http://www.silvioribeiro.com
AnswerRe: Database Design and Normalization Pin
Rob Graham19-Jan-07 11:11
Rob Graham19-Jan-07 11:11 
GeneralRe: Database Design and Normalization Pin
silvioribeiro19-Jan-07 12:20
silvioribeiro19-Jan-07 12:20 
AnswerRe: Database Design and Normalization Pin
Chris Meech19-Jan-07 16:10
Chris Meech19-Jan-07 16:10 
QuestionRecursive drill down query? Pin
Marc Clifton19-Jan-07 7:33
mvaMarc Clifton19-Jan-07 7:33 
AnswerRe: Recursive drill down query? Pin
Kschuler19-Jan-07 8:33
Kschuler19-Jan-07 8:33 
AnswerRe: Recursive drill down query? Pin
Pete O'Hanlon19-Jan-07 9:13
mvePete O'Hanlon19-Jan-07 9:13 
GeneralRe: Recursive drill down query? Pin
Marc Clifton19-Jan-07 9:29
mvaMarc Clifton19-Jan-07 9:29 
GeneralRe: Recursive drill down query? Pin
Pete O'Hanlon19-Jan-07 9:55
mvePete O'Hanlon19-Jan-07 9:55 
GeneralRe: Recursive drill down query? Pin
Marc Clifton19-Jan-07 10:31
mvaMarc Clifton19-Jan-07 10:31 
AnswerRe: Recursive drill down query? Pin
Jon Sagara19-Jan-07 9:34
Jon Sagara19-Jan-07 9:34 
QuestionSQL Server table names has (dbo) as part of name Pin
dptalt19-Jan-07 3:26
dptalt19-Jan-07 3:26 
AnswerRe: SQL Server table names has (dbo) as part of name Pin
Bassam Saoud20-Jan-07 0:00
Bassam Saoud20-Jan-07 0:00 
QuestionWhat You See Is What You Get (WYSIWYG) .... doesn't work with SQL Reporting Services Pin
Member 331398919-Jan-07 3:05
Member 331398919-Jan-07 3:05 
QuestionComparing Dates Problem: Pin
Shahzad.Aslam19-Jan-07 0:56
Shahzad.Aslam19-Jan-07 0:56 
AnswerRe: Comparing Dates Problem: Pin
WoutL19-Jan-07 2:21
WoutL19-Jan-07 2:21 
GeneralRe: Comparing Dates Problem: Pin
Shahzad.Aslam19-Jan-07 18:41
Shahzad.Aslam19-Jan-07 18:41 
AnswerRe: Comparing Dates Problem: Pin
Mike Dimmick19-Jan-07 2:44
Mike Dimmick19-Jan-07 2:44 

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.