"primary key=unique+null" is equal,reson?not,reason?

Answers were Sorted based on User's Feedback



"primary key=unique+null" is equal,reson?not,reason?..

Answer / prashant

Primary Key = unique + Not null
Because primary key is used to uniquely identify each row
of the table.

Is This Answer Correct ?    9 Yes 0 No

"primary key=unique+null" is equal,reson?not,reason?..

Answer / karunakar reddy s

primary key = unique and not null in a table
because primary key act as foreign key in other table, and
we can identify the records using this key. If pk has null
value how can we identify the records in the first table

Is This Answer Correct ?    8 Yes 0 No

"primary key=unique+null" is equal,reson?not,reason?..

Answer / devaraja.m

Primary key should be Unique + not null. hence
Primary key = unique+ Not null.
primary having the best role in al table, without PK we
cont identify the table itself. because it should be only
one & should not be zero.

Is This Answer Correct ?    0 Yes 0 No

"primary key=unique+null" is equal,reson?not,reason?..

Answer / sajeda

primary key = unique+ null
Because the primary key identyfi uniqe value that does not
contain nll values.

Is This Answer Correct ?    0 Yes 0 No

"primary key=unique+null" is equal,reson?not,reason?..

Answer / s.rama devi

if we create pk for any column in table. That column dont
allow the duplicate values and also not null values

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle General Interview Questions

What is the difference between translate and replace in oracle?

0 Answers  


how to find the second highest salary in a given table????

5 Answers  


How do you get nicely formatted results from an oracle procedure that returns a reference cursor?

0 Answers  


Respected sir, Please send me technical questions related to oracle apps..

0 Answers  


What is the best way to do multi-row insert in oracle?

0 Answers  


how to i write the query 'NISHI' TO N I S H I

4 Answers   Attra, Metric Stream,


How to see the table columns used in an index?

0 Answers  


What is the use of aggregate functions in oracle?

0 Answers  


I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it

2 Answers  


Can you tell me how to add new column in existing views?how?How is possible?

0 Answers   FIS,


what are pseudocolumns?

4 Answers  


Does a Before form trigger fire when the parameter form is suppressed ?

1 Answers   Oracle,


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • 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)