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
How can I delete duplicate rows?
Is left join inner or outer by default?
What is trigger and types?
How do I tune a sql query?
What is dynamic sql in pl sql?
Explain the uses of control file.
Why are cursors used?
what is a trigger in mysql? : Sql dba
how to get @@error and @@rowcount at the same time? : Sql dba
What are the two types of exceptions in pl/sql?
what is self-join? : Sql dba
How do you rename a table in sql?
What does partition by mean in sql?
how many values can the set function of mysql take? : Sql dba
What is the difference between inner join and outer join?