what is difference between "Primary key" and "Unique key"?
Answer Posted / kk
PRIMARY KEY=UNIQUE KEY+ NOT NULL KEY so its a combo drive
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain unique key in sql.
What is foreign key and example?
What is nvarchar in sql?
how to shut down the server with 'mysqladmin'? : Sql dba
Is sql procedural language?
Why do we need sharding?
How can I see all tables in sql?
Is grant a ddl statement?
Do stored procedures prevent sql injection?
Why triggers are used?
When are we going to use truncate and delete?
how to enter binary numbers in sql statements? : Sql dba
Why we use join in sql?
how to increment dates by 1 in mysql? : Sql dba
Is it possible to update views?