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
        [EMAIL PROTECTED]

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to