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 trigger and stored procedure in sql?
Does sql use python?
What is recursive join in sql?
What is a unique constraint?
Explain constraints in sql?
What is the difference between microsoft sql and mysql?
Why primary key is required?
What is a temp table?
What is embedded sql what are its advantages?
How to use sql*plus built-in timers?
How do I run sql?
What is sqlcontext?
What is rename in sql?
How to prepare for oracle pl sql certification?
What is the file extension for sql database?