If a table column has is UNIQUE and has NOT NULL, is it
equivalent to a PRIMARY KEY column?
Answer Posted / samir kumar sahoo.
no. bcoz we can insert null values in the column which
contains the combination of constraints as
UNIQUE+ NOT NULL
but in case of primary key we can't use null values in that
primary key column
Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What is a table in oracle?
What are the different types of database objects?
query optmization techniques and quwry analyser+projects+ppts
How to export several tables together?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
How to invoke the original export import utilities?
How to lock and unlock a user account in oracle?
How to update values in a table in oracle?
What is the order of defining local variables and sub procedures/functions?
What is the difference between online and offline backups?
what is meant by magic query
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
How to write date and time literals in oracle?
Describe varray?
How to set up autotrace for a user account?