Can a table have two primary keys?
Answer Posted / vaibhavi_dixit
A table can have only one primary key constraint but it can
consist one or multiple columns.If a primary key is made up
of more than one columns then it is know as composite
primary key.
VD
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Can a trigger call a stored procedure?
Which data dictionary views have the information on the triggers that are available in the database?
What is rownum and rowid?
What is the use of sqlerrd 3?
What are the ways on commenting in a pl/sql code?
How do you update sql?
how to shutdown mysql server? : Sql dba
What is a database trigger?
what is the difference between cluster and non cluster index? : Sql dba
Does normalization improve performance?
Is ms sql is free?
Why do we use cursors?
What are the operators in sql?
Can function return multiple values in sql?
explain the options of myisamchk to improve the performance of a table. : Sql dba