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
How do you write an inner join query?
Can procedure in package be overloaded?
What is trigger and types?
How do I create a sql database?
What is sql dialect?
How to check if a column is nullable before setting to nullable?
How much does sqlite cost?
What do you mean by query optimization?
What are the limitations of sql express?
What are pl sql procedures?
Is there any restriction on the use of union in embedded sql?
What is join view in sql?
How can a function retun more than one value in oracle with proper example?
What is difference between sql function and stored procedure?
What is trigger and how to use it in sql?