What's the difference between a primary key and a unique key?
Answer Posted / raj
In primary key not allowed any null value while in unique
key one null value allowed.
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
What is dbcc updateusage?
What is the difference between a "where" clause and a "having" clause?
Can we add a cpu to sql server?
What is an execution plan? When would you use it?
What is ems sql management studio? : sql server management studio
How do I create a stored procedure in sql server?
Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
Write the queries for commands like Create Table, Delete table, Drop Table etc.
what is denormalization? : Sql server database administration
What is difference between after and before?
Why use “nolock” in sql server?
What you can do to delete a table without the delete trigger firing?
Why I am getting this error when dropping a database in ms sql server?
What is 'write-ahead log' in sql server 2000 ?