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
How do you sort in sql?
What is clause in sql?
What is pl sql script?
What is having clause in sql?
What is the use of procedures?
Does sql*plus have a pl/sql engine?
What is schema in sql?
What is sql query limit?
Write a query to find the names of users that begin with "um" in sql?
Explain aggregate functions are available there in sql?
Is pl sql a scripting language?
What are different methods to trace the pl/sql code?
How do I view an execution plan in sql?
what does the t-sql command ident_incr does? : Transact sql
what are the differences between char and nchar? : Sql dba