public inbox for [email protected]
help / color / mirror / Atom feedFrom: James Orr <[email protected]>
To: Gonzo Rock <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: Database Design Question
Date: Fri, 27 Jul 2001 16:51:00 -0400
Message-ID: <[email protected]> (raw)
References: <[email protected]>
<[email protected]>
----- Original Message -----
From: "Gonzo Rock" <[email protected]>
To: <[email protected]>
Cc: <[email protected]>
Sent: Friday, July 27, 2001 4:21 PM
Subject: RE: [SQL] Database Design Question
> OK... Fair Enough... Good Points indeed y'all.
>
> Well... What about the problem of users trying to Query the Database??
>
> You know... like when using Crystal Reports or something?.
>
> SELECT * from HistoryTable
> WHERE PartID = SomeInteger
>
> vs
>
> SELECT * from HistoryTable
> WHERE PartNum = 12345636 AND PartRev = C
>
> How are they supposed to know What the PartID is ??
>
> Anyway, that I why I was considering changing... current users always have
trouble peering into the database... They don't quite get it.
Search conditions don't HAVE to be indexes. And you can have more than one
index. So you could have your primary index on PartID, which would be used
by your applications and another index on PartNum and PartRev if those are
frequently searched fields for crystal reports etc.
view thread (10+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Database Design Question
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox