Viewing 15 posts - 181 through 195 (of 432 total)
David Portas (8/1/2010)
Tom.Thomson (8/1/2010)
Can you tell me how to cope with the following case:Quite simply I would have a relation for each unique type of screek.
Actually it's simpler than that....
August 1, 2010 at 4:19 pm
Tom.Thomson (8/1/2010)
Can you tell me how to cope with the following case:
Quite simply I would have a relation for each unique type of screek. From what you have said that...
August 1, 2010 at 3:40 pm
Jeff Moden (8/1/2010)
August 1, 2010 at 3:37 pm
Jeff Moden (8/1/2010)
August 1, 2010 at 3:01 pm
Tom.Thomson (7/29/2010)
July 31, 2010 at 10:32 am
Tom.Thomson (7/28/2010)
Yes, there will always be a primary key because the view contains no duplicates; however, there is a usefulness issue here...
I read what you wrote a few times but...
July 29, 2010 at 1:05 am
Jeff Moden (7/28/2010)
July 28, 2010 at 10:40 pm
I am using the term "view" in the same sense that Codd used it (at least in the RM/V2 book). View meaning derived relation.
My point was simply that in Codd's...
July 28, 2010 at 1:22 pm
Tom.Thomson (7/25/2010)
July 25, 2010 at 12:32 pm
doobya (7/24/2010)
I'd be interested to know more about your scenario and why you think the probability of the constraint failing was "microscopic"
plenty of validation at the application level
plenty more at...
July 24, 2010 at 3:38 pm
Ensuring the right results from your data is more important to most business users than either simplicity or performance. So if you sacrifice accuracy in the name of simplicity or...
July 24, 2010 at 1:31 pm
KIM: Good morning, friend. How are you today?
EDGAR: Very well thanks. But what about you? If you don't mind me asking, why are you walking in that very strange and...
July 16, 2010 at 1:30 pm
This is a hopeless task unless the data is never going to change. Otherwise the results of your static analysis could prove invalid the moment the data first gets updated....
July 16, 2010 at 12:23 pm
It is included in the disc version of the ACM SIGMOD anthology, although I don't think the text is available online.
http://dblp.uni-trier.de/db/conf/icde/Codd86.html
That's the rebublished version of the Computerworld article.
The 13 "rules"...
July 12, 2010 at 12:30 am
You would actually need two CHECK constraints because this is effectively a constraint on both tables whereas each CHECK constraint can apply only to one table.
July 10, 2010 at 1:34 pm
Viewing 15 posts - 181 through 195 (of 432 total)