| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Dan Nelson | Date: | January 15 2001 10:55pm |
| Subject: | Re: Question | ||
| View as plain text | |||
In the last episode (Jan 15), Rekha Das said: > I need to know whether the primary key field already has a index on > it or we need to create one. In mysql, a "Primary key" is simply implemented by putting a UNIQUE NOT NULL index on the field. So no, you don't need to explicitly add an index. -- Dan Nelson dnelson@stripped
| Thread | ||
|---|---|---|
| • Question | Rekha Das | 15 Jan |
| • Re: Question | Scott Baker | 15 Jan |
| • Re: Question | Dan Nelson | 15 Jan |
