what are the advantages of primary key over unique+notnull
Answer Posted / charumathi
Unique-Duplicates not allowed
Nulls allowed
Not null-NUlls not allowed
Primary key-No Duplicates
No Nulls
A Foriegn key can refer to the primary key.
Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is a data manipulation language?
How do I run sql?
Is left join same as join?
What is the main reason behind using an index?
What is trigger and types?
What is the usage of when clause in trigger?
explain mysql aggregate functions. : Sql dba
What is clustered and nonclustered index in sql?
What is consistency?
How to read xml file in oracle pl sql?
what is the command line end user interface - mysql? : Sql dba
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
How subquery works in sql?
Explian rowid, rownum? What are the psoducolumns we have?
What is the difference between function and procedure in pl/sql?