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


Please Help Members By Posting Answers For Below Questions

What are the different types of record groups in oracle? Explain each of them

608


Explain the use of constraints option in exp command.

566


What is a user role in oracle?

618


What are the uses of Database Trigger ?

1109


What is the difference between a user and a schema in oracle?

566






Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1515


What is a cognitive schema?

529


Explain the dml?

602


In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??

1366


What are the various oracle database objects?

683


How to use existing values in update statements using oracle?

548


How to create lov dynamically at runtime & attach to text field?

666


How to set a transaction to be read only in oracle?

589


Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?

560


Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.

1512