Answer Posted / thaqi
unique key: allows NULL values and doesn't allow duplicate
values.
primary key:doesn't allow both NULL and duplicate values
Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
how to define testing of network layers? : Sql server database administration
Explain relational data?
What is constraints and its types?
Explain the dbcc pintable command when would you use it?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
How can you insert values in multiple rows using one Insert statement?
How do I find the default sql server instance?
Why I can not enter 0.001 second in date and time literals in ms sql server?
What is difference between clustered index and non clustered index?
How to use order by with union operators in ms sql server?
How do database indexes work?
Is mysql better than sql server?
what is a join and explain different types of joins? : Sql server database administration
How to enter binary string literals in ms sql server?
How does stuff differ from the replace function?