| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: A tale of duplicates
Laconic2 wrote:
> This thread is derived from the other thread about "true relational".
> Here's what Kenneth said in that thread:
>
> "Kenneth Downs" <firstinit.lastname_at_lastnameplusfam.net> wrote in message
> news:hqd6kc.4go.ln_at_mercury.downsfam.net...
>> It said often here that no commercially available DBMS is truly
>> but I haven't seen a succinct list of reasons. What are they? >> >> One that I have gleaned from lurking is that the DBMS's allow duplicates,
>> in:
>>
>> CREATE TABLE AnyTable (col1 char(1), col2 char(1), col3 char(1));
>> INSERT INTO AnyTable (col1,col2,col3) VALUES ('A','B','C');
>> INSERT INTO AnyTable (col1,col2,col3) VALUES ('A','B','C');
>>
>> The table create specifies no constraints, and so the next two insert
>> statements are both allowed. The objection to this seems to be that the
>> RDM requires an implied unique constraint on all columns of all tables.
>> Because such a constraint is not present, they are not truly relational.
>>
>> Is that right?
Wow. No order # just about takes the cake. Let me play I'll-top-that.
I once had a customer actually yell at me that his remote store had not uploaded invoices in a week, telling me point blank it was my fault. I don't like to get yelled at, and I knew my system worked, but I said I'd make the call. The conversation went something like this:
Me: When you send the Press button, what does it say?
Them: It says failed to connect.
Me: Hmmm, OK, what lights are on on the modem?
Them: Um, abc, xyz. (I can't remember the modem lights anymore)
Me: Hmmm, hit the button again, do you hear the modem making
those weird modem noises?
Them: Nope
Me: Do you hear it make a dial tone?
Them: Nope
Me: OK, let's figure out if it's plugged into the phone line.
Find the thin wire on the modem and tell me if it is plugged
into the wall.
-- Kenneth Downs Use first initial plus last name at last name plus literal "fam.net" to email meReceived on Sat Oct 09 2004 - 07:42:06 CDT
![]() |
![]() |