What's the difference between a primary key and a unique
key?
Answer Posted / ramneet
There is one more diff b/w primary key and unique key that
there is only one primary key in a table but there are more
then one unique keys in a table.
Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is normalization? What number of normalization shapes are there?
How do you drop an index?
You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?
What are the differences between left join and inner join in sql server?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
What is “asynchronous” communication in sql server service broker?
How can you append an identity column to a temporary table?
What is the difference between for trigger and after trigger?
What is difference between global temporary tables and local temporary tables?
How to drop existing views from a database in ms sql server?
What is the difference between push and pull subscription? : sql server replication
What structure can you implement for the database to speed up table reads?
What is a hint?
What is a natural primary key?
What is create command?