Can a table have two primary keys?
Answer Posted / sattprakash mittal
Primary key is a field which is uniquely identified each record in a table. A table can only one primary key but there are more field can be used as primary key are known as candidate keys
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can we update views in sql?
Explain the working of foreign key?
How to process query result in pl/sql?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
Define join and name different types of joins?
What is rank function in sql?
What is the difference between sql, mysql and sql server?
Which sql most popular?
What is normalisation in sql?
What do you mean by “trigger” in sql?
How many tables can you join in sql?
What is meant by temporal data?
Can a commit statement be executed as part of a trigger?
How do I view an execution plan in sql?
How do you write an index?