is it possible to assign two primary key in a table
Answers were Sorted based on User's Feedback
Answer / sushma s
A table can have only one primary key assigned.
Is This Answer Correct ? | 19 Yes | 0 No |
Answer / sudipta santra
IF WE MAKE COMPOSITE PRIMIRAY KEY THEN ONLY MORE THAN ONE
COLUMNS WILL BE BIND UP.
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / jd
At the end of the day a primary key is unique non null value
that the data is indexed upon.
Even if only one column can be explicitly defined as the PK.
It is possible to uniquely identify a row differently, by
creating a unique non null column that is indexed. It is
implicitly then a PK.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer is strictly NO...!!!
we may have morethan one unique column in a table but we should assign only one primary key...!!
Is This Answer Correct ? | 3 Yes | 0 No |
Is mysql deprecated?
How can we change the name and data type of a column of a table?
How to load data files into tables with 'mysqlimport'?
What is text in mysql?
Which datatype is used for email in mysql?
What can you do with mysql?
What do ddl, dml, and dcl stand for?
Write a query to select all teams that won either 1, 3, 5 or 7 games.
How do I kill a mysql connection?
How to create a new view in mysql?
How do I create a stored procedure in mysql?
What is tee command in mysql?