Re: How do I get this query to work?
- From: Gene Wirchenko <genew@xxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 15 Jul 2005 13:29:41 -0700
On Fri, 15 Jul 2005 19:50:27 +0100, Noel <nobody@xxxxxxxxxxx> wrote:
>On Fri, 15 Jul 2005 10:43:26 -0700, Gene Wirchenko
><genew@xxxxxxxxxxxxxxxxxxxxx> wrote:
[snip]
> I do not use auto-increment. I used
>>it once on a student project, and found that it caused other
>>difficulties, so I know whereof I write. When I have to allocate
>>sequentially increasing numbers, I write my own code, because the
>>complications are too much for stupid, blind incrementing. For
>>example, when allocating work order numbers, it is good to avoid
>>skipping any.
>
>Ditto, not just to avoid skipping numbers, but to provide greater
>portability.
That, too.
>>>An SSN does not verify that an entity exists either, when you think
>>>about it. All an SSN verifies is that an SSN exists.
>>
>> It does not even do that. If I give you my SSN with two
>>different digits reversed, it may or moy not be a valid SSN.
>
>I would expect any system using SSN as a candidate key would at least
>validate the number. However, assuming the number *is* valid, it
>still verifies nothing other than the fact that it is an SSN.
It may not be possible to validate it. Do you think that the
U.S. government would offer a SSN validation service? There are
privacy implications.
It may be possible to validate that the entry may be a *possible*
SSN. I do not know that the SSN has a validation for this. Canada's
Social Insurance Number does. By it, 000000000 is a valid SIN though.
Sincerely,
Gene Wirchenko
.
- References:
- Re: How do I get this query to work?
- From: --CELKO--
- Re: How do I get this query to work?
- From: Gene Wirchenko
- Re: How do I get this query to work?
- Prev by Date: Re: How do I get this query to work?
- Next by Date: Re: Complicated database problem
- Previous by thread: Re: How do I get this query to work?
- Next by thread: Re: How do I get this query to work?
- Index(es):
Relevant Pages
|
|