is there more the two primary key in a single table?
Answer Posted / elumalai.k
No it is not possible.
A table has only one primary key
If the table has more than one primary key is called
composite key.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain rdbms?
What is triggers and its types?
How can I check that whether automatic statistic update is enabled or not?
Why use cursor in sql server?
What is the difference between a stored procedure and a user defined function?
What is advantage data architect?
How can a user-defined datatype be created?
What are relationships and mention different types of relationships in the dbms
What is instead of trigger sql server?
Tell me what do you understand by a view? What does the with check option clause for a view do?
What are the joins in sql server? : sql server database administration
What are the methods used to protect against sql injection attack?
How to apply filtering criteria at group level with the having clause in ms sql server?
How many ways to create table-valued functions?
How to execute a sql statement using odbc_exec()?