What's the difference between a primary key and a unique key?
Answer Posted / karthikumar
The difference is primary key does not allow any one null
value,but unique allow only one null value,because it
consider null as one value
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the dis_advantages of stored procedures, triggers, indexes?
What is model database in sql server?
What do you mean by acid?
Define left outer join?
How to retrieve error messages using mssql_get_last_message()?
What is a hint?
What is the default value of an integer data type in sql server 2005?
Write SQL queries on Self Join and Inner Join.
What is meant by indexing?
What is Dependency Injection and provide example?
Explain what is lock escalation?
What is wide table?
What is built-in function?
What are the different types of locks in the database?
What is the sql case statement used for?