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 sqlerrd 3?
What is varchar example?
how to shut down the server with 'mysqladmin'? : Sql dba
Why we use triggers in mysql?
Can we use ddl commands in pl sql?
What is aggregate function in sql?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
Does sql*plus also have a pl/sql engine?
How delete all data from all tables in sql?
What is a ddl command?
What are procedures used for?
Give the order of sql select?
can a stored procedure call itself or recursive stored procedure? : Sql dba
Define overloaded procedure?
What is sql indexing?