Thanks, Pat. I'm pretty sure that this is a dead-end
expansion. The site
itself will surely expand, but I think this particular need
will be
informational only....
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Pat Shaw" <pat@nomail.com> wrote in message
news:fgahav$7ms$1@forums.macromedia.com...
> But if the site ever wants to expand on it's
functionality etc. it can be
> very difficult to get round a de-normalised database.
You can find that
> you have tied yourself in knots and the only solution is
to go back and
> redesign the database which often includes major
redesigning of the
> fron-end too.
>
> If you are confident that this will not be the case then
go with your
> initial thoughts but don't be too lenient just in case.
Leave yorself a
> little scope. I always aim for 3rd normal form as this
guarantees a robust
> database design without being OTT.
>
> Pat.
>
>
> "Joris van Lier" <whizzrd@hotmail.com> wrote in
message
> news:fgaart$sge$1@forums.macromedia.com...
>>
>>
>> "Murray *ACE*"
<forums@HAHAgreat-web-sights.com> wrote in message
>> news:fg9tev$at9$1@forums.macromedia.com...
>>> I want to create, display, and maintain a data
table of loan rates.
>>> These rates will be for two loan categories -
Conforming and Jumbo.
>>> They will be for two loan terms - 15year and
30year. Within each term,
>>> there will be a display of -
>>>
>>> points (0, 1, 3) - rate - APR
>>>
>>> For example -
>>>
>>> CONFORMING
>>> 30 year
>>> POINTS RATE APR
>>> ----------- --------- ------
>>> 0 6.375 6.6
>>> 1 6.125 6.24
>>> 3 6.0 6.12
>>>
>>> My first question is -
>>>
>>> Would it be better to set up the database with 5
fields (category, term,
>>> points, rate, apr), or 13 fields (category,
30_zeropointRate,
>>> 30_onepointRate, 30_threepointRate,
30_zeropointAPR, 30_onepointAPR,
>>> 30_threepointAPR, 15_zeropointRate,
15_onepointRate, 15_threepointRate,
>>> 15_zeropointAPR, 15_onepointAPR,
15_threepointAPR)?
>>>
>>> The latter option would mean that my table would
only contain two
>>> records - one for each of the two categories. It
seems simpler to
>>> manage in that regard.
>>>
>>> Any thoughts, suggestions, recommendations?
>>
>> In my opinion, normalizing is not necessary with
small sites, for example
>> the uber-normalized database design I did for the
telcost compare matrix
>> (
http://www.artronics.nl/telcostmatrix/matrix.php
) proved to be totally
>> overkill.
>>
>> Joris
>
>