what is the different between unique+not null & primary key,
Answer Posted / giri
unique:it does not allow duplicate values but it allow null values.
not null:It does not allow null values but allow duplicate values.
primary:It does not allow both duplicate and null values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is user defined functions? : Sql dba
What are the ways on commenting in a pl/sql code?
Is it possible to create the following trigger: before or after update trigger for each row?
What are the two different parts of the pl/sql packages?
How does stored procedure reduce network traffic?
What is an exception in pl/sql?
What is the difference between a query and a report?
Is sql developer case sensitive?
What are pl/sql cursors?
How do I quit sql?
What is the clause we need to add in function body to return variable?
What is sql data?
What is the difference between sum and count in sql?
Is crud a cuss word?
What is anonymous block in sql?