is there more the two primary key in a single table?
Answer Posted / sudheer gowlikar
we cannot have more than one primary key on a table since
primary will create a clustered index and we can have only
1 clustered index on a table since clustered index will
sort data in data pages and the data sorted in one way
rather sorting number of ways.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the concept of view and Types of views in SQL server?
How to use go command in "sqlcmd"?
What is the difference between insensitive and scroll cursor?
Define Wed Edition in SQL Azure?
Explain activity monitors
What number sorts of privileges are accessible in sql?
What is sql server schema compare? How we can compare two database schemas?
What is the latest version of microsoft sql server?
What happens if null values are involved in arithmetic operations?
What are types of scd? : sql server analysis services, ssas
Explain primary key?
what are the disadvantages of cursors? : Sql server database administration
What are the events recorded in a transaction log?
How can I check that whether automatic statistic update is enabled or not?
What is create command?