Wrox Programmer Forums
|
BOOK: Beginning MySQL
This is the forum to discuss the Wrox book Beginning MySQL by Robert Sheldon, Geoff Moes; ISBN: 9780764579509
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning MySQL section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 7th, 2009, 05:43 AM
Authorized User
 
Join Date: Dec 2007
Posts: 65
Thanks: 9
Thanked 2 Times in 2 Posts
Send a message via AIM to sandeepgreaternoida Send a message via MSN to sandeepgreaternoida Send a message via Yahoo to sandeepgreaternoida
Cool DUPLICATE VALUES ?

que. is regarding mysql5.1

what is meant for DUPLICATE VALUES in Index (viz.unique, regular)
thx !
__________________
sandeep gupta
 
Old June 7th, 2010, 06:15 PM
Registered User
 
Join Date: Jun 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

An index contains duplicate values, when at least one value occurs more than once in the index (and hence, in the column being indexed).

For an index defined on more than one column, an index value is considered duplicate only if all indexed fields of two or more rows of the table are completely identical.

A "unique" index disallows duplicate values. Disallowing duplicate values in a table column can only be enforced by creating a unique index on that column.

-- Peter.





Similar Threads
Thread Thread Starter Forum Replies Last Post
I need to omit the duplicate values when displayin ppakala XSLT 1 June 24th, 2008 06:13 PM
How Do I avoid duplicate values xsltier XSLT 3 June 4th, 2008 01:36 PM
allow duplicate values in index key pawatz70 Access 3 November 12th, 2007 07:41 PM
Detecting duplicate values Europom Excel VBA 2 May 29th, 2007 07:09 AM
Avoid duplicate node values nambati XSLT 1 September 8th, 2004 02:41 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.