Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > General > Database Concepts & Design > normalization

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-26-07, 15:18
fredgarvin fredgarvin is offline
Registered User
 
Join Date: Oct 2007
Posts: 2
normalization

hello

after reviewing the first 3 normal forms for databases, i realize i have probably have been misusing the term 'normalization'. as an example, if i have a table that represents an address:
street varchar
city varchar
state varchar
zip char

if there is alot of records, i dont want to have a character value for state. it takes up too much space and prone to errors from misspellings. so i decide to create another table called state with a primary key and a varchar for the longname and a char(2) for the abbreviation.

i used to call this 'normalization'. but i don't see where in the first three normal forms that this is relevant.

i think alot of people would call this 'normalization'. i know this is a small semantic issue but is the terminology false?

thank you for any insight
Reply With Quote
  #2 (permalink)  
Old 10-26-07, 15:20
fredgarvin fredgarvin is offline
Registered User
 
Join Date: Oct 2007
Posts: 2
wrong group

i'm sorry, i immediatly see that this is in the wrong category. i just joined this forum so please forgive me.
Reply With Quote
  #3 (permalink)  
Old 10-26-07, 15:35
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 13,556
a lot of people do, you are right, and no, that's not really normalization

unfortunately the entire universe of discourse surrounding addresses is positively rife with potholes

if you wish to discuss examples of normalization, please select anything other than addresses and phone numbers

and don't worry, i've moved the thread to Database Concepts and Design

__________________
r937.com | rudy.ca

pre-order my book Simply SQL from Amazon
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On