![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've recently had my work reviewed by somebody who made the assertion that my database was never going to work with so few tables. I only got this news second hand though, I haven't talked to the person himself yet. [snip] |
|
Are there some different schools of thought in database design on this point or something? I had gotten everything that I'd designed so far working in my tests, I don't see how adding more databases would improve anything at all. I'd like to know what he might have been thinking of when he said those things before I meet with him. If anybody can shed some light on this please let me know. |
#3
| |||
| |||
|
|
somebody who made the assertion that my database was never going to work with so few tables .. Are there some different schools of |
#4
| |||
| |||
|
|
If your database courses were good ones, and if you passed them with a C, then you will recognize at least third normal form. Look at your tables. Does every table have a primary key? Are primary keys guaranteed to be present (non null) and unique? Is every non key item dependent on the key, the whole key, and nothing but the key (so help me Codd)? |
#5
| |||
| |||
|
|
Of course I use primary keys and each table only represents a single entity, that's the way I was trained. |
|
What are OLAP style inquiries? |
| |
![]() |
| Thread Tools | |
| Display Modes | |
| |