what is difference between "Primary key" and "Unique key"?
Answer Posted / satya_k21
Hi,
Primary Key: Not Null+ unique.but it wont allows null
values.
Unique: It allows null values , but it should be unique.
Regards,
Satya.k
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which kind of parameters cannot have a default value in pl sql?
what is 'mysqlshow'? : Sql dba
How many joins can you have in sql?
How to display the records between two range in Oracle SQL Plus?
What are sql built in functions?
explain advantages of myisam over innodb? : Sql dba
What is delete command in sql?
How do you take the union of two tables in sql?
Which table is left in left join?
How many types of cursors supported in pl/sql?
What is equi join in sql?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
What are different types of functions in sql?
Can we join tables without foreign key?