Can a table have two primary keys?
Answer Posted / karunakar reddy
No,In the entire table,there will be only one primary key.
A primary key is nothing but a collection of one or more
coloumns used to identify a row in a table.
| Is This Answer Correct ? | 110 Yes | 28 No |
Post New Answer View All Answers
how to run 'mysql' commands from a batch file? : Sql dba
What does partition by mean in sql?
What is procedure function?
what is 'mysqlimport'? : Sql dba
explain primary keys and auto increment fields in mysql : sql dba
What are the dml statements?
what is oracle database ? : Sql dba
what is datawarehouse? : Sql dba
What is the use of partition by in sql?
What is crud stand for?
Which version of sql do I have?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
What is scalar function?
What is difference between procedure and trigger?
What is difference between primary and secondary key?