If a table column has is UNIQUE and has NOT NULL, is it
equivalent to a PRIMARY KEY column?

Answers were Sorted based on User's Feedback



If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?..

Answer / murugananthan

NO, UNIQUE +NOT NULL != PRIMARY KEY
it cant refer someother table column

Is This Answer Correct ?    12 Yes 2 No

If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?..

Answer / yuva

No. It can be at table level, but this will get failed
while referencing in another table.

Is This Answer Correct ?    13 Yes 5 No

If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?..

Answer / reddibasha

No, it is not equivalent practically.

Is This Answer Correct ?    3 Yes 0 No

If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?..

Answer / kuldeep singh

Primary Key=Unique+Not Null+Sorting+Cluster Index
So
UNIQUE +NOT NULL != PRIMARY KEY
it cant refer someother table column

Is This Answer Correct ?    2 Yes 0 No

If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?..

Answer / raam

No. Generally Primary Key contains Unique + NotNull values.
If we are not defined a column as Primay Key and we defined
as Unique + NotNull, then, the behavior of that particular
column in that particular table looks like primary key. but
this cannot be referenced in any other table as we have not
defined as primary key..So, Primary Key column is different
from the column which have Unique + Not Null qualities.

Is This Answer Correct ?    2 Yes 0 No

If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?..

Answer / ananta pilaka

Primary key is only one and it is clustered index.

Unique key cannot be referred as foreign key contraint of
another table.

Is This Answer Correct ?    2 Yes 2 No

If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?..

Answer / 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

More Oracle General Interview Questions

How to retrieve first and last records from a table?

7 Answers   DELL, QSmart,


find out the second highest salary?

55 Answers   Cognizant, Nucsoft, Oracle, TCS, Wondersoft,


There is a big table with "n" of rows and 40 + columns .It doesn't have primary key.How do you select the primary key. In other words how do you get the duplicate records.

2 Answers   Microsoft,


Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.

0 Answers   Infosys,


How to execute a stored procedure in oracle?

0 Answers  






is database gud carrier option??

1 Answers  


Differentiate between translate and replace?

0 Answers  


What is the data pump export utility?

0 Answers  


Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?

0 Answers   Oracle, TCS,


Which of the following is not a database object TABLESPACE TABLE INDEX NONE

1 Answers  


What is set verify off in oracle?

0 Answers  


Can a primary key contain more than one columns?

2 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)