If we declare constraints Unique and Not null on a single
column then it will act as a Primary key, so what is the use
of primary key??
Answer Posted / ashok
Internally , There is same as primary key and unique not null.
You can say unique + not null is higher step of primary key .
So there is no basic difference between this two.
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
What is the use of & in pl sql?
Which are the different character-manipulation functions in sql?
how to return query output in html format? : Sql dba
What is sql not null constraint?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
What is a natural join sql?
What is range partitioning?
What is trigger and stored procedure in sql?
What is difference between hql and native sql?
Why sql query is slow?
Is sql database free?
what is a database transaction? : Sql dba
What is sqlcommand?
What is sql mysql pl sql oracle?
What is the starting oracle error number? What is meant by forward declaration in functions?