Viewing 15 posts - 166 through 180 (of 432 total)
hallidayd (10/14/2010)
- Defined as IDENTITY because the column is guaranteed to be unique within the table
That's not even correct.
Ouch, yes that is a bit of a glaring error. I've seen...
October 14, 2010 at 7:05 am
Craig Farrell (10/13/2010)
October 14, 2010 at 3:14 am
Craig Farrell (10/13/2010)
In SQL Server a unique index on non-nullable columns is just a key by another name. Unique indexes and uniqueness constraints are simply two different ways to create...
October 13, 2010 at 4:07 pm
I doubt that a password would be a key. Most systems that I know of don't require passwords to be unique.
In SQL Server a unique index on non-nullable columns is...
October 13, 2010 at 3:09 pm
Tom, I agree with everything you wrote except your suggestion that keys should be stable:
redo the model so that every relation has a stable natural key
Stability is usually a desirable...
October 13, 2010 at 2:26 pm
I think you are confusing two very different things: the NULL marker needed to indicate an absent datum and the extra truth value needed for 3VL. It's probably because you...
August 12, 2010 at 12:37 am
Tom.Thomson (8/11/2010)
August 11, 2010 at 3:11 pm
PaulB-TheOneAndOnly (8/9/2010)
Lets go back to the blood pressure example.
Picture an ER where an automated...
August 9, 2010 at 3:19 pm
Matt Miller (#4) (8/8/2010)
And...
August 9, 2010 at 12:00 am
The count of members in a set is not the same as memberwise addition. Taking two 2 balls from a set with two balls in it results in a...
August 8, 2010 at 4:28 pm
As to addition and multiplication being a unary operation, I'd be REALLY interested in a mathematical reference actually pointing that out (my 2nd grade math teacher would like a copy...
August 8, 2010 at 3:07 pm
PaulB-TheOneAndOnly (8/8/2010)
August 8, 2010 at 11:49 am
Matt Miller (#4) (8/1/2010)
A set with no members is what is called a NULL set.
That's true. The empty set is sometimes called the null set. However, the null set (=empty...
August 6, 2010 at 2:10 pm
[Sorry for the delayed follow up]
Tom.Thomson (8/1/2010)
August 6, 2010 at 1:57 pm
Matt Miller (#4) (8/1/2010)
August 1, 2010 at 4:39 pm
Viewing 15 posts - 166 through 180 (of 432 total)