What is differance unique key and primary key.
Answer Posted / gourvendra singh
Unique : One or more unique key in a table,
allow only one null in the field.
Primary :Only one primary key in a table and u cannot
insert null into it.
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is offset in sql query?
Is there a way to automate sql execution from the command-line, batch job or shell script?
How do I remove duplicates in two columns?
Inline the values in PL/SQL, what does it mean.?
Can I learn sql in a week?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
discuss about myisam key cache. : Sql dba
what is a control file ? : Sql dba
What are the main features of cursor?
Which one is better sql or oracle?
What are sql injection vulnerabilities?
what is the difference between join and union? : Sql dba
What is the maximum database size for sql express?
what is online transaction processing (oltp)? : Sql dba
What steps server process has to take to execute an update statement?