Viewing 6 posts - 1 through 6 (of 6 total)
(assume for now person:emp is N:1)
..it could (by defining the PK as person_id) , but it still creates an extra unnecessary table
..and the second point about absence of a...
March 28, 2008 at 4:38 am
..yes I thought about that as I wrote it - however there are many places where you don't want to create a link table as the relationship is genuinely 1:N...
March 28, 2008 at 4:05 am
Hi
I'm not sure I agree exactly with your rule 1- or at least how you've used the idea of "unknown" to say what NULL is.
Consider when using foreign keys..
table EMPLOYER
id
name...
March 28, 2008 at 3:27 am
It's most noticeable in the contract market, where unless you're available yesterday, you won't get an interview.
This to me seems to encourage hiring the worst candidates, as they're most...
January 15, 2008 at 7:00 am
Oracle has "Connect by prior"
select * from person connect by prior id=supervisor_id
.. it makes traversing hierarchies trivial.
I was hoping it would appear in SS2005...
June 4, 2007 at 2:54 am
..a bit of everything, as I'm a one man band!
Interesting about the Production DBA doing a bit of development..
I worked for a big Credit Card company, and they had a...
May 16, 2007 at 2:06 am
Viewing 6 posts - 1 through 6 (of 6 total)