What is differance unique key and primary key.
Answer Posted / rahul khanke
primary key : primary key dose not except null value
unique key : it accept null values.. if it set to not null
then it as good as primary key.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
Is left join and outer join same?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
describe mysql connection using mysql binary. : Sql dba
Is trigger a stored procedure?
Why do we use view in sql?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
how do you control the max size of a heap table? : Sql dba
How many types of tables are there?
How to pipe multiline string to isql?
how do you tune the slow running queries in oracle db , explain the methodology
Does mysql_real_escape_string prevent sql injection?
How is a PL/SQL code compiled?
Which is faster union or join?
What is the use of partition by in sql?