What is the difference between primary and unique key
Answers were Sorted based on User's Feedback
Answer / venkat rao
Unique key takes null value but primary key doesnot take
null value
primary key have properties of both null key and unique key
constraints
| Is This Answer Correct ? | 21 Yes | 4 No |
Answer / sudhanshu_kmr
.....primary key.......... unique key
at most one column .....:... any number of column
only unique values........... only unique values
don't accept null........... accept null
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / ashish asthana
Primay key restrict the duplicacy in the records and does
not accept null value or there are only one primary key in
a table
Unique constraint also restict the duplicacy but it accept
the null value one or more then one. We can apply unique
constraint more than one column
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / durai
primary key is does not allow duplicate which is contain not
null it is only once we can use in table
unique key allow null value
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pradeep rajpoot
primary key no null value allow.
but unique key one null value is allow
| Is This Answer Correct ? | 0 Yes | 4 No |
Ondelete clause is specified with a.)Drop table b.)Delete command c.)Create table d.)Select command
What is username in mysql?
What is the use of mysqli_query?
What is heap table?
how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.
What is memory table?
Is mysql still relevant?
What is pdo in php mysql?
How to run a sql statement?
Use a regular expression to find records. Use “REGEXP BINARY” to force case-sensitivity. This finds any record beginning with r.
How important is to list the column names when doing an insert?
How do I install mysql on windows 7?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)