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 is difference between stored procedures and application procedures?
What is sql*loader and what is it used for?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
What is a sql schema used for?
Mention what does the hierarchical profiler does?
How do I run a pl sql procedure in sql developer?
Is sql an operating system?
How many functions are there in sql?
What is the difference between left join and right join?
Explain the update statement in sql
How do you declare a constant?
How do you update a table in sql?
What is numeric function sql?
what is msql? : Sql dba
What is the use of nvl function?