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
What do you understand by pl/sql packages?
What is oracle pl sql developer?
How do you create a unique index?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
How to prepare for oracle pl sql certification?
what are the features and advantages of object-oriented programming? : Sql dba
What are few of the schema objects that are created using PL/SQL?
What is the use of count (*) in sql?
what does the t-sql command ident_incr does? : Transact sql
how to add a new column to an existing table in mysql? : Sql dba
Mention what does the hierarchical profiler does?
what is a database transaction? : Sql dba
What is the most important ddl statements in sql are?
How do sql triggers work?
What does 0 mean in sql?