Can a table have two primary keys?
Answer Posted / balaji
a table can have only one primary key.
u can make another primary key
that is called a composite primary key
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the various restrictions imposed on view in terms of dml?
How do I kill a query in postgresql?
What is time based sql injection?
What are the types of join in sql?
How to combine two stored procedures in sql?
explain the advantages and disadvantages of stored procedure? : Sql dba
What is procedure function?
What company owns postgresql?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What schema means?
how to include comments in sql statements? : Sql dba
Explain the working of foreign key?
What is the need of a partition key?
how to get a list of indexes of an existing table? : Sql dba
what are set operators in sql? : Sql dba