Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Help, newbie question on data structure and atomicity
Hi,
I have a table that must facilitate English and French salutations such as Mr, Mrs, Monsieur, Madame, etc. I have two methods in which I can do this:
method 1:
SALUTATION
SALUTATION_ID (PK) SALUTATION_ENGLISH SALUTATION_FRENCH ===================
Method 2:
SALUTATION
LANGUAGE
Also, I have read a little on atomic data (breaking data down to it's simplest form) and don't understand how far to go. Example, a standard North American phone number is made up of NNN-NNN-NNNN. Should I create one field to hold the entire number or 3 separate fields to hold the 3 parts? Why would I do one or the other?
Thanks for any help with this,
Terri
Received on Thu Feb 14 2002 - 08:41:06 CST
![]() |
![]() |