Can a table have two primary keys?
Answer Posted / chandu
We can create only one Primary kay in a table but it can
have multiple columns, of them we only choose 1 column as
identifiable column called primary key and the other columns
are called candidate key(s).
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is assignment operator in pl sql?
What are sql constraints?
What are the various levels of constraints?
What are hotfixes and patches?
What is clustered and nonclustered index in sql?
What is the difference between delete, truncate and drop command?
What are the different type of joins in sql?
Can you have more than one key in a database?
Can we edit a view in sql?
What are inbuilt functions in sql?
How many unique keys can a table have?
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
What is cte sql?
How do you optimize a stored procedure in sql?
What is the difference between delete and truncate commands?