adspace


What?s the difference between PRIMARY KEY and UNIQUE in
MyISAM?

Answer Posted / raj

primary key is something which uniquely identifies the table
row. the value in primary key declared field can't be null
On the other hand unique avoids the duplicacy of data.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which statement is used in a select query for partial matching?

1247


What is the current mysql version?

1103


What is current version of mysql?

1083


How to Change a users password from unix shell.

1222