What's the difference between a primary key and a unique key?
Answer Posted / awdhesh
By default Primary Key Create Cluster index while unique
ker create non cluster index
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Explain sql server authentication modes?
Explain query editor regions
What languages bi uses to achieve the goal?
what are constraints? Explain different types of constraints? : Sql server database administration
You are designing a database for your human resources department in the employee table, there is a field for social security number, which cannot contain null values if no value is given, you want a value of unknown to be inserted in this field what is the best approach?
Why truncate is ddl command?
What is ems sql management studio? : sql server management studio
How can I check if a view exists in a sql server database?
How do I find the transaction log size in sql server?
What is the name of the Database which IBM mainframe uses?
What is Dependency Injection and provide example?
What is the language structure to add a record to a table?
What are null values in ms sql server?
List out a number of the wants to setup a SQL Server failover cluster?
What is candidate key with example?