What?s the difference between PRIMARY KEY and UNIQUE in
MyISAM?
Answer Posted / manish
Primary Keys are used in building relationships between
tables in a database. (an index is automatically created on
the primary key). The difference between primary and
ordinary keys is that there can be multiple keys, but only
one primary key.
Is This Answer Correct ? | 7 Yes | 20 No |
Post New Answer View All Answers
Is mysql frontend or backend?
How can you retrieve a portion of any column value by using a select query?
How can we change the data type of a column of a table?
What are the differences between char and nchar?
Where is the mysql data directory?
How to find the unique values if the value in the column is repeated?
What are the steps involved in query processing?
What is meant by sharding?
How to get a version of mysql?
Is mysql query case sensitive?
What is mysqladmin flush hosts?
Can mysql function return a table?
What is an example of a delimiter?
Where is the myisam table stored?
How can you find out the version of the installed mysql?