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
How does left join work in sql?
How to call a javascript function from pl sql?
What is rownum in sql?
How to fix oracle error ora-00942: table or view does not exist
What is group by in sql?
Does sql support programming?
Is sql a dbms?
How do I view a procedure in sql?
What is the difference between nvl function, ifnull function, and isnull function?
What is autocommit sql?
Is sql port 1433 encrypted?
how to convert numeric values to character strings? : Sql dba
What is trigger in sql and its types?
List different type of expressions with the example.
How do you delete data from a table?